back to the future
This commit is contained in:
parent
1fa2cdc998
commit
ba748d3001
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scheduled-build.yaml
vendored
2
.github/workflows/scheduled-build.yaml
vendored
|
@ -4,7 +4,7 @@ env:
|
|||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
on:
|
||||
schedule:
|
||||
- cron: '55 * * * *'
|
||||
- cron: '0 * * * *'
|
||||
jobs:
|
||||
cron:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Reference in a new issue