We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba52c0 commit 8d2c06fCopy full SHA for 8d2c06f
.github/workflows/update-zkevm-api-package.yml
@@ -3,6 +3,8 @@ name: Update zkEVM API Package
3
4
on:
5
workflow_dispatch:
6
+ schedule:
7
+ - cron: '0 10 * * *'
8
9
env:
10
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments