Skip to content

Commit d313f96

Browse files
authored
[CI] Add skip all bypass (#72446)
1 parent f67da16 commit d313f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ runs:
2929
"any": [
3030
{
3131
"type": "labeled",
32-
"label": ["skip-ci: ${{ inputs.workflow-name }}"],
32+
"label": ["skip-ci: ${{ inputs.workflow-name }}", "skip-ci: all"],
3333
"username": ${{ env.CI_TEAM_MEMBERS }}
3434
},
3535
{
3636
"type": "commented",
37-
"comment-pattern": [".*/skip-ci ${{ inputs.workflow-name }}.*"],
37+
"comment-pattern": [".*/skip-ci ${{ inputs.workflow-name }}.*", ".*/skip-ci all.*"],
3838
"username": ${{ env.CI_TEAM_MEMBERS }}
3939
}
4040
]

0 commit comments

Comments
 (0)