Skip to content

Commit

Permalink
chore: increase ci-core schedule frequency (#14965)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored Oct 25, 2024
1 parent f7b2544 commit e9e885c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e9e885c

Please sign in to comment.