Skip to content

Commit cda0e49

Browse files
committed
Fix schedule trigger syntax.
1 parent 243da51 commit cda0e49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010
branches: [ master ]
1111
schedule:
12-
cron: '0 12 * * *'
12+
- cron: '0 12 * * *'
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)