scheduling workflow at 17:30

This commit is contained in:
frankknoll
2023-01-15 22:26:49 +01:00
parent 5c26483985
commit 10c293fd0b

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# '*/5 * * * *' # '*/5 * * * *'
- cron: '30 19 * * *' - cron: '30 17 * * *'
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest