From e9e885cb2dc08d24dc115587a1cab96eae38d779 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Fri, 25 Oct 2024 12:19:12 -0700 Subject: [PATCH] chore: increase ci-core schedule frequency (#14965) --- .github/workflows/ci-core.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 8cfe3c928e8..a900284d0a8 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -14,8 +14,7 @@ on: merge_group: pull_request: schedule: - # Every 6 hours - - cron: "0 0,6,12,18 * * *" + - cron: "0 */1 * * *" workflow_dispatch: inputs: distinct_run_name: @@ -262,7 +261,7 @@ jobs: needs: [filter, core] name: Flakey Test Detection runs-on: ubuntu-latest - if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} + if: always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') env: CL_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/chainlink_test?sslmode=disable permissions: