We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56a9d3 commit a88ac26Copy full SHA for a88ac26
.github/workflows/minimum-open-time.yml
@@ -4,7 +4,8 @@ on:
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
+ # once daily
8
+ - cron: '0 0 * * *'
9
10
jobs:
11
require-minimum-open-time:
0 commit comments