Skip to content

Commit

Permalink
test: Increase the CI schedule frequency again
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-l committed Apr 4, 2024
1 parent e2200b7 commit b70be1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-reliability-test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: new-ci-test
on:
schedule:
- cron: "*/20 * * * *"
- cron: "*/15 * * * *"
push:
branches: [chain_agnostic_tests]
workflow_dispatch:

jobs:
integration:
runs-on: pierre-l
timeout-minutes: 20
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit b70be1d

Please sign in to comment.