Skip to content

Commit 9bc879a

Browse files
authored
Minor tweak
1 parent 12a33f6 commit 9bc879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
runs-on: ubuntu-22.04
194194
needs: [build-frameworks-ios, set-version]
195195
timeout-minutes: 30
196-
environment: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/nightly') && 'cherry-pick-bot' || '' }}
196+
environment: ${{ github.ref == 'refs/heads/main' && 'cherry-pick-bot' || '' }}
197197
permissions:
198198
id-token: write
199199
contents: write

0 commit comments

Comments
 (0)