Skip to content

Commit 4cd9d42

Browse files
committed
Packe cron-Zeitplan in single quotes
in der Hoffnung, dass der Cronjob dann wieder läuft
1 parent 96433ac commit 4cd9d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
schedule:
13-
- cron: 43 2 * * 0
13+
- cron: '43 2 * * 0'
1414

1515
workflow_dispatch:
1616
inputs:

0 commit comments

Comments
 (0)