Skip to content

Commit

Permalink
Merge pull request #86 from ethereum-optimism/aj/disable-schedule
Browse files Browse the repository at this point in the history
Disable the scheduled job for running hive tests
  • Loading branch information
ajsutton authored Sep 6, 2023
2 parents 4d6155b + d9f94d2 commit 07e85e5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,3 @@ workflows:
requires: [ "build" ]
context: slack
sim: optimism/daisy-chain
scheduled:
triggers:
- schedule:
# run every 4 hours
cron: "0 0,4,8,12,16 * * *"
filters:
branches:
only: [ "optimism" ]
jobs:
- build
- run-hive-sim:
requires: ["build"]
context: slack

0 comments on commit 07e85e5

Please sign in to comment.