diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 006d9c12a..7acb239f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,6 @@ concurrency: jobs: build: name: '${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}' - if: |- - github.event_name == 'push' || - !startsWith(github.event.pull_request.head.label, 'denoland:') runs-on: '${{ matrix.os }}' timeout-minutes: 120 strategy: |
