Skip to content

Commit

Permalink
Merge pull request #36 from persistenceOne/puneet/stop-cosmoshub
Browse files Browse the repository at this point in the history
update cron to only run for specific chain
  • Loading branch information
puneet2019 authored Nov 8, 2024
2 parents db0d39d + afe636c commit 6bed318
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/mainnet-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Mainnet-Schedule

on:
schedule:
- cron: '55 12 * * *' # post mainnet epoch for osmosis
- cron: '00 13 * * *' # post mainnet epoch for dydx
- cron: '05 13 * * *' # post mainnet epoch for cosmoshub
# - cron: '55 12 * * *' # post mainnet epoch for osmosis
# - cron: '00 13 * * *' # post mainnet epoch for dydx
# - cron: '05 13 * * *' # post mainnet epoch for cosmoshub
- cron: '10 13 * * *' # post mainnet epoch for persistence
- cron: '15 13 * * *' # post mainnet epoch for stargaze
- cron: '20 13 * * *' # post mainnet epoch for agoric
- cron: '25 13 * * *' # post mainnet epoch for chihuahua
# - cron: '15 13 * * *' # post mainnet epoch for stargaze
# - cron: '20 13 * * *' # post mainnet epoch for agoric
# - cron: '25 13 * * *' # post mainnet epoch for chihuahua


env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Schedule
on:
schedule:
# - cron: '00 12 * * *' # pre mainnet epoch
- cron: '00 11 * * *' # post testnet epoch
# - cron: '00 11 * * *' # post testnet epoch
# - cron: '0 10 * * *' # pre testnet epoch
- cron: '0 */6 * * *' # every 6 hours
# - cron: '0 */6 * * *' # every 6 hours

env:
SMARTSTAKE_ACCESS_KEY: ${{ secrets.SMARTSTAKE_ACCESS_KEY }}
Expand Down

0 comments on commit 6bed318

Please sign in to comment.