Skip to content

Commit 5aa2bcf

Browse files
committed
feat: add continue-on-error to not show error pipeline if metadata upload failed
1 parent 018397a commit 5aa2bcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ jobs:
233233

234234
update-agent-metadata:
235235
needs: [publish]
236+
continue-on-error: true
236237
permissions:
237238
contents: read
238239
uses: ./.github/workflows/agent-metadata.yml

0 commit comments

Comments
 (0)