Skip to content

Commit

Permalink
Revert skip integration tests on draft PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Mar 1, 2024
1 parent 24e62ef commit 1eb5f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
integration:
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
if: github.event_name == 'pull_request'
environment: runtime
runs-on: larger
steps:
Expand Down

0 comments on commit 1eb5f80

Please sign in to comment.