Skip to content

Commit 98d6c0e

Browse files
Update cd.yml
1 parent caf50d6 commit 98d6c0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
os: linux
5858

5959
build-macos-x86_64:
60+
if: ${{ github.event.inputs.no-release != 'true' }}
6061
permissions:
6162
id-token: write
6263
contents: write
@@ -73,6 +74,7 @@ jobs:
7374
os: macos-x86_64
7475

7576
build-macos-arm64:
77+
if: ${{ github.event.inputs.no-release != 'true' }}
7678
permissions:
7779
id-token: write
7880
contents: write
@@ -89,7 +91,6 @@ jobs:
8991
os: macos-arm64
9092

9193
build-and-publish-ecr:
92-
if: ${{ github.event.inputs.no-release != 'true' }}
9394
permissions:
9495
id-token: write
9596
contents: write

0 commit comments

Comments
 (0)