We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8054b18 commit 51c7ef1Copy full SHA for 51c7ef1
.github/workflows/ci.yml
@@ -8,6 +8,7 @@ jobs:
8
ci:
9
name: CI
10
runs-on: ubuntu-latest
11
+ if: github.event.action == 'opened' || github.event.action == 'synchronize'
12
strategy:
13
fail-fast: false # don't abort all jobs in matrix if one fails
14
matrix:
0 commit comments