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 7971e91 commit fdab302Copy full SHA for fdab302
.github/workflows/test-compatibility.yaml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
test-compatibility:
9
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
10
runs-on: ubuntu-latest
11
12
steps:
0 commit comments