We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a33f6 commit 9bc879aCopy full SHA for 9bc879a
.github/workflows/apple.yml
@@ -193,7 +193,7 @@ jobs:
193
runs-on: ubuntu-22.04
194
needs: [build-frameworks-ios, set-version]
195
timeout-minutes: 30
196
- environment: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/nightly') && 'cherry-pick-bot' || '' }}
+ environment: ${{ github.ref == 'refs/heads/main' && 'cherry-pick-bot' || '' }}
197
permissions:
198
id-token: write
199
contents: write
0 commit comments