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 fc340da commit 3058730Copy full SHA for 3058730
.github/workflows/zip.yml
@@ -111,7 +111,7 @@ jobs:
111
112
quickstart_framework_abtesting:
113
needs: package-head
114
- if: !cancelled() # || (cancelled() && github.event.inputs.zip_run_id != '')
+ if: ${{ !cancelled() }} # || (cancelled() && github.event.inputs.zip_run_id != '')
115
env:
116
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
117
SDK: "ABTesting"
0 commit comments