Skip to content

Commit d7c4e5e

Browse files
committed
skip ci on draft PRs
1 parent d90d8b0 commit d7c4e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
check:
1111
runs-on: ubuntu-latest
12+
if: github.event.pull_request.draft == false
1213

1314
steps:
1415
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)