Skip to content

Commit

Permalink
Update cron minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed May 9, 2024
1 parent 9f5ecdd commit 27b147b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "create-axiom-client periodic test"

on:
schedule:
# Runs on the 18th minute of every hour
- cron: '6 * * * *'
# Runs on the 18th minute of every hour (reduce scheduling conflicts)
- cron: '18 * * * *'

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

0 comments on commit 27b147b

Please sign in to comment.