We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cd871 commit 250ab8aCopy full SHA for 250ab8a
.github/workflows/build-daily.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: ./.github/workflows/reusable-workflow-notification.yml
61
with:
62
success: >-
63
- ${{{
+ ${{
64
needs.common.result == 'success' &&
65
needs.link-check.result == 'success' &&
66
needs.publish-snapshots.result == 'success'
0 commit comments