Skip to content

Commit 621cf19

Browse files
committed
test: revert test PR
1 parent dcafdc7 commit 621cf19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/secret-manager.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
permissions:
3737
contents: 'read'
3838
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')
39+
if: github.event.action != 'labeled' || github.event.label.name == 'actions:force-run'
4140
uses: ./.github/workflows/test.yaml
4241
with:
4342
name: 'secret-manager'

0 commit comments

Comments
 (0)