Skip to content

Commit a88ac26

Browse files
committed
move comment to different line
1 parent b56a9d3 commit a88ac26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/minimum-open-time.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
- workflow_dispatch
55
# scheduling only on PRs is not directly supported. See https://github.com/orgs/community/discussions/49960
66
- schedule
7-
- cron: '0 0 * * *' # once daily
7+
# once daily
8+
- cron: '0 0 * * *'
89

910
jobs:
1011
require-minimum-open-time:

0 commit comments

Comments
 (0)