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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# '*/5 * * * *'
|
# At 01:30 on Saturday:
|
||||||
- cron: '30 17 * * *'
|
- cron: '30 1 * * 6'
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user