Add Slack alerts for CI test failures #20

Merged
roysc merged 3 commits from roysc/add-slack-alerts into main 2024-07-31 19:30:22 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 62c3ed67e3 - Show all commits

View File

@ -3,6 +3,7 @@ name: Test Ethereum Fixturenet Stack
on:
push:
branches: '*'
pull_request:
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '12 01 * * *'

View File

@ -3,6 +3,7 @@ name: Test Ethereum Plugeth Fixturenet Stack
on:
push:
branches: '*'
pull_request:
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '14 01 * * *'