Skip to content

Commit 3058730

Browse files
committed
debug 5
1 parent fc340da commit 3058730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
quickstart_framework_abtesting:
113113
needs: package-head
114-
if: !cancelled() # || (cancelled() && github.event.inputs.zip_run_id != '')
114+
if: ${{ !cancelled() }} # || (cancelled() && github.event.inputs.zip_run_id != '')
115115
env:
116116
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
117117
SDK: "ABTesting"

0 commit comments

Comments
 (0)