Skip to content

Commit a692cd2

Browse files
Quotes around cron string in pythonpackage.yml
Probably needed to avoid problems due to YAML interpreting special characters. Co-authored-by: Timothy <75321887+timothy-nunn@users.noreply.github.com>
1 parent 7a6e5a0 commit a692cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
pull_request:
99
schedule:
10-
- cron: 25 1 3 * *
10+
- cron: '25 1 3 * *'
1111

1212
concurrency:
1313
group: ${{ github.workflow}}-${{ github.ref }}

0 commit comments

Comments
 (0)