Skip to content

Commit 29f5b32

Browse files
committed
commented is-main condition
1 parent 79fa26e commit 29f5b32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ jobs:
116116
needs: build-devbox
117117
strategy:
118118
matrix:
119-
is-main:
120-
- ${{ github.ref == 'refs/heads/main' && 'is-main' || 'not-main' }}
121-
os: [ubuntu-latest, macos-13]
119+
# is-main:
120+
# - ${{ github.ref == 'refs/heads/main' && 'is-main' || 'not-main' }}
121+
os: [macos-13]
122122
# This is an optimization that runs tests twice, with and without
123123
# the devbox.json tests. We can require the other tests to complete before
124124
# merging, while keeping the others as an additional non-required signal
@@ -128,9 +128,9 @@ jobs:
128128
# 2. nix 2.19.2: version before nix profile changes
129129
# 2. latest nix version (note, 2.20.1 introduced a new profile change)
130130
nix-version: ["2.12.0", "2.19.2", "2.20.1"]
131-
exclude:
132-
# Only runs tests on macos if explicitly requested, or on a schedule
133-
- os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"
131+
# exclude:
132+
# # Only runs tests on macos if explicitly requested, or on a schedule
133+
# - os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"
134134

135135

136136
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)