Skip to content

Commit 9f29ad0

Browse files
committed
chore: restore mac/windows steps on PRs
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent f4d2a44 commit 9f29ad0

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ jobs:
325325
run: ./scripts/check_unstaged.sh
326326

327327
test-go-pg:
328-
name: test-go-pg (${{ matrix.os }})
329328
# make sure to adjust NUM_PARALLEL_PACKAGES and NUM_PARALLEL_TESTS below
330329
# when changing runner sizes
331330
runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'depot-ubuntu-22.04-16' || matrix.os && matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'depot-macos-latest' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'depot-windows-2022-32' || matrix.os }}
@@ -337,22 +336,12 @@ jobs:
337336
# even if some of the preceding steps are slow.
338337
timeout-minutes: 25
339338
strategy:
339+
fail-fast: false
340340
matrix:
341341
os:
342342
- ubuntu-latest
343343
- macos-latest
344344
- windows-2022
345-
# Use the GitHub ref to determine if we should run on all OSes.
346-
# Evaluates to true on main, false otherwise.
347-
isMain:
348-
- ${{ github.ref == 'refs/heads/main' }}
349-
# macOS and Windows are tested on main only to improve CI speed, and we don't see much use on these platforms.
350-
# See nightly-gauntlet.yaml for comprehensive macOS/Windows coverage.
351-
exclude:
352-
- isMain: false
353-
os: macos-latest
354-
- isMain: false
355-
os: windows-2022
356345
steps:
357346
- name: Harden Runner
358347
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2

0 commit comments

Comments
 (0)