Skip to content

Commit 9edeab4

Browse files
m
1 parent 1b20e73 commit 9edeab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
Build,
3838
Examples,
3939
]
40-
if: ${{ failure() }}
40+
if: ${{ failure() && github.event_name == 'schedule' }}
4141
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
4242
with:
4343
message: "Daily CI failed on `${{ github.repository }}`. View run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)