diff options
| author | Dax Raad <[email protected]> | 2026-01-30 23:36:54 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 23:36:54 -0500 |
| commit | d713026a6a7f41f0b5a0008c9f2dabb76965f1d5 (patch) | |
| tree | dc993851e88ac44e1ff5ae770d7c75de15bd250d | |
| parent | 73c4d3644c79280958c0467c2c34ec8013e92aa9 (diff) | |
| download | opencode-d713026a6a7f41f0b5a0008c9f2dabb76965f1d5.tar.gz opencode-d713026a6a7f41f0b5a0008c9f2dabb76965f1d5.zip | |
ci: remove workflow restrictions to allow all PR triggers for broader CI coverage
| -rw-r--r-- | .github/workflows/beta.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index f979411bb..20d2bc18d 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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 |
