diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.generate.ts | 4 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 0c2f062e3..d6a27c9d5 100644 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -200,10 +200,6 @@ const ci = { jobs: { build: { name: "${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}", - if: [ - "github.event_name == 'push' ||", - "!startsWith(github.event.pull_request.head.label, 'denoland:')", - ].join("\n"), "runs-on": "${{ matrix.os }}", "timeout-minutes": 120, strategy: { 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: |
