Skip to content

Commit 25255d5

Browse files
committed
skip test pipeline on draft PRs
1 parent 2d69b68 commit 25255d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
1112
runs-on: ubuntu-latest
1213

1314
steps:

0 commit comments

Comments
 (0)