Skip to content

Commit

Permalink
build: run ABI updater every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Mar 2, 2021
1 parent d7a3f00 commit 6a53414
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
@@ -1,7 +1,7 @@
name: Auto-update ABI JSON file
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 * * * *'
jobs:
autoupdate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a53414

Please sign in to comment.