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 6357645 commit 0d885a5Copy full SHA for 0d885a5
.github/workflows/router.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
run-feature:
12
- if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
+ if: github.event_name != 'workflow_dispatch' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
13
uses: ./.github/workflows/release-feature-branch.yaml
14
secrets: inherit
15
0 commit comments