diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-13 13:36:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-13 13:36:51 -0500 |
| commit | 377f59327344bbb4f37b2eec189ae981a9a9db45 (patch) | |
| tree | 0bd9a1ad1ac374347e9a0a83bed87049308683af /.github | |
| parent | 1b17985c5a438858b4cbe4e1e57cf000aeea0772 (diff) | |
chore: forward 1.29.3 release back to main (#17401)
Diffstat (limited to '.github')
| -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: |
