mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Revert "TEMPORARY: run daily checks on PR"
This reverts commit 4c44603d55
.
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25658)
This commit is contained in:
parent
ee0bf38e87
commit
6afaa3f41f
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: [pull_request, push]
|
||||
# schedule:
|
||||
# - cron: '0 6 * * *'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user