Skip to content

Commit 9ec2ad1

Browse files
committed
Revert removal of label requirement
1 parent 4ed3b8c commit 9ec2ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: |
3131
github.event_name == 'push'
3232
|| github.event_name == 'workflow_dispatch'
33-
|| github.event_name == 'pull_request'
33+
|| (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ci'))
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)