TEMPORARY: run daily checks on PR
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/25498)
This commit is contained in:
parent
348c928d66
commit
4c44603d55
6
.github/workflows/run-checker-daily.yml
vendored
6
.github/workflows/run-checker-daily.yml
vendored
@ -8,9 +8,9 @@
|
||||
name: Run-checker daily
|
||||
# Jobs run daily
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
on: [pull_request, push]
|
||||
# schedule:
|
||||
# - cron: '0 6 * * *'
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user