Skip to content

Commit 84d652a

Browse files
committed
[FIX, TEST] fixed matrix, exclude mac, enable test mode with "branch"
1 parent 157c3af commit 84d652a

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

.github/workflows/job.release.yml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ name: Release
2121
type: boolean
2222
default: true
2323
push:
24-
tags:
25-
- 'v*'
24+
branches:
25+
- chore/release-pipeline
2626

2727
# Do not add `ELIDE_VERSION` here like other workflows, or it may interfere with the release version override.
2828
env:
@@ -45,24 +45,18 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
os: ["Linux"]
49-
arch: ["amd64"]
50-
runner: ["${{ inputs.runner_large }}"]
51-
labs: [false]
52-
tag: [linux-amd64]
5348
include:
5449
- os: Linux
55-
runner: ${{ inputs.runner_large }}
50+
runner: ubuntu-cipool
5651
arch: amd64
5752
labs: false
5853
tag: linux-amd64
59-
provenance: [true]
60-
- os: macOS
61-
runner: ${{ inputs.runner_large_macos }}
62-
arch: amd64
63-
labs: false
64-
tag: darwin-amd64
65-
provenance: [true]
54+
# - os: macOS
55+
# runner: ${{ inputs.runner_large_macos }}
56+
# arch: amd64
57+
# labs: false
58+
# tag: darwin-amd64
59+
# provenance: [true]
6660
permissions:
6761
contents: write
6862
id-token: write
@@ -108,7 +102,7 @@ jobs:
108102
elide-v3-build-${{ hashFiles('gradle/elide.versions.toml') }}
109103
elide-v3-
110104
- name: "Setup: Packages"
111-
if: contains(inputs.runner, 'ubuntu') || contains(inputs.runner, 'linux')
105+
if: contains(matrix.runner, 'ubuntu') || contains(matrix.runner, 'linux')
112106
run: sudo apt-get update && sudo apt-get install -y build-essential libssl-dev
113107
- name: "Setup: Rust"
114108
uses: actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48 # v1.13.0

0 commit comments

Comments
 (0)