There was an error while loading. Please reload this page.
1 parent c42d6f5 commit 73d431aCopy full SHA for 73d431a
1 file changed
.github/workflows/release.yml
@@ -118,7 +118,7 @@ jobs:
118
# Nightly: Build on every push (no release)
119
# ─────────────────────────────────────────────────────────────
120
nightly:
121
- if: github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore: version packages')
+ if: "github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore: version packages')"
122
strategy:
123
fail-fast: false
124
matrix:
@@ -129,7 +129,6 @@ jobs:
129
target: x86_64-pc-windows-msvc
130
- os: macos-latest
131
target: aarch64-apple-darwin
132
-
133
runs-on: ${{ matrix.os }}
134
steps:
135
- uses: actions/checkout@v4
0 commit comments