Skip to content

Commit 1525761

Browse files
committed
colons
1 parent 18e58d6 commit 1525761

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: PR Policy
2-
# scheduling only on PRs is not directly supported. See https://github.com/orgs/community/discussions/49960
32
on:
4-
pull_request
5-
workflow_dispatch
6-
schedule
7-
- cron: '0 0 * * *'
3+
- pull_request
4+
- workflow_dispatch
5+
# scheduling only on PRs is not directly supported. See https://github.com/orgs/community/discussions/49960
6+
- schedule:
7+
- cron: '0 0 * * *' # once daily
88

99
jobs:
1010
require-minimum-open-time:

0 commit comments

Comments
 (0)