Parcourir la source

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

Dax Raad il y a 3 semaines
Parent
commit
d713026a6a
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      .github/workflows/beta.yml

+ 0 - 4
.github/workflows/beta.yml

@@ -7,10 +7,6 @@ on:
 
 
 jobs:
 jobs:
   sync:
   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
     runs-on: blacksmith-4vcpu-ubuntu-2404
     permissions:
     permissions:
       contents: write
       contents: write