Skip to content

Commit

Permalink
test: Enable both scheduling and push triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-l committed Apr 3, 2024
1 parent 605f64d commit 91dc6c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-reliability-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: new-ci-test
on:
push:
branches: [chain_agnostic_tests]
workflow_dispatch:
schedule:
- schedule:
- cron: "*/10 * * * *"
- push:
branches: [chain_agnostic_tests]
- workflow_dispatch:

jobs:
integration:
Expand Down

0 comments on commit 91dc6c4

Please sign in to comment.