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 }}
|
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '55 * * * *'
|
- cron: '0 * * * *'
|
||||||
jobs:
|
jobs:
|
||||||
cron:
|
cron:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Reference in a new issue