Skip to content

Commit 4ed3b8c

Browse files
committed
Remove requirement for PR label
1 parent 391858f commit 4ed3b8c

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' && contains(github.event.pull_request.labels.*.name, 'ci'))
33+
|| github.event_name == 'pull_request'
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)