Skip to content

Commit db017f1

Browse files
authored
Fix Apple GH workflow on release branch (#12740)
1 parent caebb0b commit db017f1

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
@@ -184,7 +184,7 @@ jobs:
184184
runs-on: ubuntu-22.04
185185
needs: [build-frameworks-ios, set-version]
186186
timeout-minutes: 30
187-
environment: ${{ github.ref == 'refs/heads/main' && 'cherry-pick-bot' || '' }}
187+
environment: ${{ github.ref == 'refs/heads/release/0.7' && 'cherry-pick-bot' || '' }}
188188
permissions:
189189
id-token: write
190190
contents: write

0 commit comments

Comments
 (0)