We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b20e73 commit 9edeab4Copy full SHA for 9edeab4
.github/workflows/ci-workflow.yml
@@ -37,7 +37,7 @@ jobs:
37
Build,
38
Examples,
39
]
40
- if: ${{ failure() }}
+ if: ${{ failure() && github.event_name == 'schedule' }}
41
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
42
with:
43
message: "Daily CI failed on `${{ github.repository }}`. View run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
0 commit comments