Reformat cron expression line

pull/71/head
Jake Howard 2 years ago committed by GitHub
parent f7c8b41cc6
commit a23328012a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save