Skip to content

Commit

Permalink
Merge pull request #1031 from Badger-Finance/suspend-eth-bots
Browse files Browse the repository at this point in the history
fix: suspend eth/all bots
  • Loading branch information
mrbasado authored May 13, 2024
2 parents d508d4c + 81e90f4 commit d691df1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .deploy/base/approve_ftm_cycle_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
schedule: '15 */2 * * *'
startingDeadlineSeconds: 180
suspend: False
suspend: true
jobTemplate:
spec:
template:
Expand Down
2 changes: 1 addition & 1 deletion .deploy/base/propose_eth_cycle_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
schedule: '5 */2 * * *'
startingDeadlineSeconds: 180
suspend: false
suspend: true
jobTemplate:
spec:
template:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- development
- main
# - main
pull_request:


Expand Down

0 comments on commit d691df1

Please sign in to comment.