Update netlify-periodic-build.yml
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>pull/36448/head
parent
9c9b866938
commit
63f830e5ca
|
|
@ -4,6 +4,7 @@ on:
|
|||
schedule: # Build twice daily: shortly after midnight and noon (UTC)
|
||||
# Offset is to be nice to the build service
|
||||
- cron: '4 0,12 * * *'
|
||||
permissions: {} # none
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue