ci: remove workflow restrictions to allow all PR triggers for broader CI coverage

This commit is contained in:
Dax Raad
2026-01-30 23:36:54 -05:00
parent 73c4d3644c
commit d713026a6a

View File

@@ -7,10 +7,6 @@ on:
jobs:
sync:
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' &&
contains(github.event.pull_request.labels.*.name, 'contributor'))
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: write