Skip to content

Commit bdd879e

Browse files
authored
fix bypass (#74778)
1 parent 4a86c94 commit bdd879e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/check-bypass/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
uses: PFCCLab/ci-bypass@v1
2323
with:
2424
github-token: ${{ inputs.github-token }}
25-
non-pull-request-event-strategy: 'always-skipped'
25+
non-pull-request-event-strategy: 'never-skipped'
2626
type: 'composite'
2727
composite-rule: |
2828
{

.github/workflows/check-bypass.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: PFCCLab/ci-bypass@v1
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
36-
non-pull-request-event-strategy: 'always-skipped'
36+
non-pull-request-event-strategy: 'never-skipped'
3737
type: 'composite'
3838
composite-rule: |
3939
{

0 commit comments

Comments
 (0)