Skip to content

Commit

Permalink
lower scheduler time
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 committed Nov 11, 2023
1 parent 62ed6a4 commit 7b30591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
# - cron: '00 12 * * *' # pre mainnet epoch
# - cron: '00 11 * * *' # post testnet epoch
# - cron: '0 10 * * *' # pre testnet epoch
- cron: '0 */3 * * *' # every 3 hours
- cron: '0 */6 * * *' # every 3 hours

jobs:
liquidstakeibc:
# if: github.event.schedule == '55 12 * * *'
if: github.event.schedule == '0 */3 * * *'
if: github.event.schedule == '0 */6 * * *'
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 7b30591

Please sign in to comment.