Skip to content

Commit cefdabf

Browse files
Update .github/workflows/daily_ci.yml
Co-authored-by: Rishav karanjit <karanjitrishav4@gmail.com>
1 parent 69e9d34 commit cefdabf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/daily_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
daily-ci-net-test-vectors,
151151
daily-ci-net-examples,
152152
]
153-
if: ${{ failure() }}
153+
if: ${{ failure() && github.event_name == 'schedule'}}
154154
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
155155
with:
156156
message: "Daily CI failed on `${{ github.repository }}`. View run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 commit comments

Comments
 (0)