We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90d8b0 commit d7c4e5eCopy full SHA for d7c4e5e
.github/workflows/check.yaml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
check:
11
runs-on: ubuntu-latest
12
+ if: github.event.pull_request.draft == false
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments