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.
2 parents 45a1ffb + e7b3aaa commit c445637Copy full SHA for c445637
.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