1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2024-11-23 08:28:08 +00:00

Reformat cron expression line

This commit is contained in:
Jake Howard 2022-06-22 14:18:35 +01:00 committed by GitHub
parent f7c8b41cc6
commit a23328012a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ name: Build, Test & Deploy
tags:
- "v*"
schedule:
- cron: '0 0 * * 0' # Midnight on Sunday
- cron: "0 0 * * 0" # Midnight on Sunday
workflow_dispatch:
inputs:
pytest_addopts: