Skip to content

Commit

Permalink
ci: restrict auto-update to more active time window (#149)
Browse files Browse the repository at this point in the history
* ci: restrict auto-update to more active time window

* ci: syntax change
  • Loading branch information
dsanders11 committed Oct 10, 2023
1 parent 8541843 commit 71c135b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Auto-update ABI JSON file
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
- cron: '0 15-23,0-3 * * *'

jobs:
autoupdate:
Expand Down

0 comments on commit 71c135b

Please sign in to comment.