From 377f59327344bbb4f37b2eec189ae981a9a9db45 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 13 Jan 2023 13:36:51 -0500 Subject: chore: forward 1.29.3 release back to main (#17401) --- .github/workflows/ci.generate.ts | 4 ---- .github/workflows/ci.yml | 3 --- 2 files changed, 7 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3