Skip to content

Commit

Permalink
Deactivate test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Sep 4, 2023
1 parent b5c548c commit f653ab8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 25 deletions.
8 changes: 0 additions & 8 deletions .github/labeler.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ jobs:
pr-label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'edited' || github.event.action == 'synchronize'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
id: labeler
- uses: mheap/github-action-required-labels@v5
if: steps.labeler.outputs.new-labels == ''
with:
labels: bug,enhancement,ci,documentation,dependencies,ignore-for-release
mode: minimum
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,14 +275,14 @@ jobs:
# not properly testable
# https://github.com/actions/runner/issues/2347
# https://github.com/orgs/community/discussions/15452
create-args-no-env-name:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
create-args: >-
python
pytest
- run: exit 1
if: success()
# create-args-no-env-name:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: ./
# with:
# create-args: >-
# python
# pytest
# - run: exit 1
# if: success()

0 comments on commit f653ab8

Please sign in to comment.