diff options
Diffstat (limited to '.github/workflows/ci.generate.ts')
| -rw-r--r-- | .github/workflows/ci.generate.ts | 4 |
1 files changed, 0 insertions, 4 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: { |
