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 6f91b87 commit 5509eeaCopy full SHA for 5509eea
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ on:
9
- synchronize
10
jobs:
11
ci:
12
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
13
runs-on: ubuntu-latest
14
strategy:
15
fail-fast: true
0 commit comments