diff --git a/.github/workflows/long-performance.yaml b/.github/workflows/long-performance.yaml index 16948a01..fdec304f 100644 --- a/.github/workflows/long-performance.yaml +++ b/.github/workflows/long-performance.yaml @@ -2,7 +2,7 @@ on: workflow_dispatch: schedule: - - cron: '0 21 * * sun' + - cron: '0 22 * * sun' name: Long Performance Test jobs: long-performance: diff --git a/.github/workflows/mtr-test.yaml b/.github/workflows/mtr-test.yaml index f075a36b..a91a1002 100644 --- a/.github/workflows/mtr-test.yaml +++ b/.github/workflows/mtr-test.yaml @@ -1,7 +1,7 @@ on: workflow_dispatch: schedule: - - cron: '0 21 * * fri' + - cron: '0 22 * * fri' name: MTR Tests jobs: mtr-tests: diff --git a/.github/workflows/percona-server-smoke-test.yaml b/.github/workflows/percona-server-smoke-test.yaml index f5a2f3d3..868ebde7 100644 --- a/.github/workflows/percona-server-smoke-test.yaml +++ b/.github/workflows/percona-server-smoke-test.yaml @@ -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: diff --git a/.github/workflows/rocks-nightly.yaml b/.github/workflows/rocks-nightly.yaml index c809711e..aea1aa58 100644 --- a/.github/workflows/rocks-nightly.yaml +++ b/.github/workflows/rocks-nightly.yaml @@ -1,7 +1,7 @@ on: workflow_dispatch: schedule: - - cron: '0 01 * * *' + - cron: '0 02 * * *' name: Smoke RocksDB Nightly jobs: smoke-nightly: diff --git a/.github/workflows/short-performance.yaml b/.github/workflows/short-performance.yaml index 4e7b0fdd..f73cce3c 100644 --- a/.github/workflows/short-performance.yaml +++ b/.github/workflows/short-performance.yaml @@ -2,7 +2,7 @@ on: workflow_dispatch: schedule: - - cron: '0 21 * * *' + - cron: '0 22 * * *' name: Short Performance Test jobs: quick-performance: diff --git a/.github/workflows/zbdbench.yaml b/.github/workflows/zbdbench.yaml index 9ca41aff..e1c9b2de 100644 --- a/.github/workflows/zbdbench.yaml +++ b/.github/workflows/zbdbench.yaml @@ -2,7 +2,7 @@ on: workflow_dispatch: schedule: - - cron: '0 21 * * sat' + - cron: '0 22 * * sat' name: ZBDBench jobs: zbdbench: