Skip to content

Commit a9b11d5

Browse files
Allow Matrix Failures
1 parent 8a6210f commit a9b11d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/GenerateSdk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
# Publish the package to NPM
3030
environment: NPM
3131

32+
# Allow single failures for SDK publish, e.g. SDG fail due to not getting an update but SHIELD goes through
33+
continue-on-error: true
34+
3235
# Sets the scopes available to the github_token injected to the GH Actions runner
3336
permissions:
3437
attestations: write

0 commit comments

Comments
 (0)