Skip to content

Commit e3ee2d6

Browse files
committed
invalid type for 'on'
1 parent 1525761 commit e3ee2d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

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

0 commit comments

Comments
 (0)