mirror of
https://github.com/Tecnativa/docker-socket-proxy
synced 2025-02-17 09:51:59 +00:00
Reformat cron expression line
This commit is contained in:
parent
f7c8b41cc6
commit
a23328012a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ name: Build, Test & Deploy
|
|||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0' # Midnight on Sunday
|
- cron: "0 0 * * 0" # Midnight on Sunday
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
pytest_addopts:
|
pytest_addopts:
|
||||||
|
Loading…
Reference in New Issue
Block a user