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 1921d67 commit 9ed2b3dCopy full SHA for 9ed2b3d
.github/workflows/scheduled.yml
@@ -82,7 +82,7 @@ jobs:
82
title: rubydoc.brew.sh deployment failed!
83
body: The most recent [rubydoc.brew.sh deployment failed](${{ env.RUN_URL }}).
84
labels: deploy failure
85
- update-existing: ${{ contains(needs.*.result, 'failure') }}
+ update-existing: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
86
close-existing: ${{ needs.deploy.result == 'success' }}
87
close-from-author: github-actions[bot]
88
close-comment: The most recent [rubydoc.brew.sh deployment succeeded](${{ env.RUN_URL }}). Closing issue.
0 commit comments