Browse Source
👷 Set GitHub Action Label Approved to run daily, not every minute (#2163)
pull/2169/head
Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/label-approved.yml
|
|
@ -2,7 +2,7 @@ name: Label Approved |
|
|
|
|
|
|
|
on: |
|
|
|
schedule: |
|
|
|
- cron: "* * * * *" |
|
|
|
- cron: "0 0 * * *" |
|
|
|
|
|
|
|
jobs: |
|
|
|
label-approved: |
|
|
|