Skip to content

Commit 28ba48b

Browse files
Revert "m"
This reverts commit ea72e9e.
1 parent 2f35607 commit 28ba48b

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

.github/workflows/daily_ci.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,4 @@ jobs:
3636
tests:
3737
# Don't run the cron builds on forks
3838
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
39-
uses: ./.github/workflows/ci_tests.yaml
40-
41-
notify:
42-
needs:
43-
[
44-
codebuild_batch,
45-
codebuild_tests,
46-
decrypt_oracle,
47-
static_analysis,
48-
test_vector_handler,
49-
tests
50-
]
51-
if: ${{ failure() }}
52-
uses: aws/aws-cryptographic-material-providers-library/.github/workflows/slack-notification.yml@main
53-
with:
54-
message: "Daily CI failed on `${{ github.repository }}`. View run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
55-
secrets:
56-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_CI }}
39+
uses: ./.github/workflows/ci_tests.yaml

.github/workflows/issue-notification.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)