Skip to content
Snippets Groups Projects
Unverified Commit a2332801 authored by Jake Howard's avatar Jake Howard Committed by GitHub
Browse files

Reformat cron expression line

parent f7c8b41c
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ name: Build, Test & Deploy ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment