Skip to content

Commit

Permalink
Don't run integration tests on draft PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdangerx committed Sep 8, 2023
1 parent da51425 commit e8c768a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tox-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
runs-on:
group: large-runner-group
labels: ubuntu-22.04-4core
if: ${{ !github.event.pull_request.draft || github.event.pull_request.ready_for_review }}
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit e8c768a

Please sign in to comment.