Update netlify-periodic-build.yml

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
pull/36448/head
Alex 2022-08-31 10:18:34 +01:00 committed by GitHub
parent 9c9b866938
commit 63f830e5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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