Skip to content

Commit

Permalink
fix: only run with lable
Browse files Browse the repository at this point in the history
  • Loading branch information
KRiedmiller committed Aug 4, 2023
1 parent 1a746c5 commit 1bdcdd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'CI:run_test'
invalid-labels: 'autorelease:tagged'
disable-reviews: true
- uses : actions/checkout@v3
- name: run tox
run: tox || true
Expand Down

0 comments on commit 1bdcdd9

Please sign in to comment.