Skip to content

Commit

Permalink
Reformat cron expression line
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne authored Jun 22, 2022
1 parent f7c8b41 commit a233280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a233280

Please sign in to comment.