Skip to content

Commit

Permalink
ci: Overwrite cron schedules on workflows
Browse files Browse the repository at this point in the history
Overwriting cron schedules, such that Andreas Hindborg
(https://github.com/metaspace) does not get notifications
triggered by scheduled workflows that fail.

Signed-off-by: Dennis Maisenbacher <[email protected]>
  • Loading branch information
MaisenbacherD authored and yhr committed Oct 20, 2023
1 parent de6bc19 commit 7ce4100
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/long-performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
schedule:
- cron: '0 21 * * sun'
- cron: '0 22 * * sun'
name: Long Performance Test
jobs:
long-performance:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mtr-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
workflow_dispatch:
schedule:
- cron: '0 21 * * fri'
- cron: '0 22 * * fri'
name: MTR Tests
jobs:
mtr-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/percona-server-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- '[0-9]+.[0-9]+'
schedule:
- cron: '0 23 * * *'
- cron: '0 0 * * *'
name: Percona Server Smoke Test
jobs:
smoke-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rocks-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
workflow_dispatch:
schedule:
- cron: '0 01 * * *'
- cron: '0 02 * * *'
name: Smoke RocksDB Nightly
jobs:
smoke-nightly:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/short-performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
schedule:
- cron: '0 21 * * *'
- cron: '0 22 * * *'
name: Short Performance Test
jobs:
quick-performance:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zbdbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
schedule:
- cron: '0 21 * * sat'
- cron: '0 22 * * sat'
name: ZBDBench
jobs:
zbdbench:
Expand Down

0 comments on commit 7ce4100

Please sign in to comment.