Skip to content

Commit 24e62ef

Browse files
authored
Don't run integration tests on draft pull requests (#55)
1 parent b4dd5ab commit 24e62ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
integration:
14-
if: github.event_name == 'pull_request'
14+
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
1515
environment: runtime
1616
runs-on: larger
1717
steps:

0 commit comments

Comments
 (0)