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 91dc6c4 commit e5a492e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:
- schedule:
schedule:
- cron: "*/10 * * * *"
- push:
push:
branches: [chain_agnostic_tests]
- workflow_dispatch:
workflow_dispatch:

jobs:
integration:
Expand Down

0 comments on commit e5a492e

Please sign in to comment.