changing schedule of github action to "At 01:30 on Saturday"
This commit is contained in:
4
.github/workflows/buildAndDeployWebsite.yml
vendored
4
.github/workflows/buildAndDeployWebsite.yml
vendored
@@ -3,8 +3,8 @@ run-name: build and deploy website
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# '*/5 * * * *'
|
||||
- cron: '30 17 * * *'
|
||||
# At 01:30 on Saturday:
|
||||
- cron: '30 1 * * 6'
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user