Skip to content

Commit a233280

Browse files
Reformat cron expression line
1 parent f7c8b41 commit a233280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Build, Test & Deploy
88
tags:
99
- "v*"
1010
schedule:
11-
- cron: '0 0 * * 0' # Midnight on Sunday
11+
- cron: "0 0 * * 0" # Midnight on Sunday
1212
workflow_dispatch:
1313
inputs:
1414
pytest_addopts:

0 commit comments

Comments
 (0)