Skip to content

Commit d713026

Browse files
committed
ci: remove workflow restrictions to allow all PR triggers for broader CI coverage
1 parent 73c4d36 commit d713026

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/beta.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77

88
jobs:
99
sync:
10-
if: |
11-
github.event_name == 'push' ||
12-
(github.event_name == 'pull_request' &&
13-
contains(github.event.pull_request.labels.*.name, 'contributor'))
1410
runs-on: blacksmith-4vcpu-ubuntu-2404
1511
permissions:
1612
contents: write

0 commit comments

Comments
 (0)