We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcafdc7 commit 621cf19Copy full SHA for 621cf19
.github/workflows/secret-manager.yaml
@@ -36,8 +36,7 @@ jobs:
36
permissions:
37
contents: 'read'
38
id-token: 'write'
39
- # Test on PRs when label is applied or on branch PRs. Main check avoids running forked PRs using pull_request event.
40
- if: github.event.label.name == 'actions:force-run' || (github.event.action != 'labeled' && github.head_ref != 'main')
+ if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
41
uses: ./.github/workflows/test.yaml
42
with:
43
name: 'secret-manager'
0 commit comments