From: Tomas Mraz Date: Thu, 10 Oct 2024 06:26:38 +0000 (+0200) Subject: Revert "TEMPORARY: run daily checks on PR" X-Git-Tag: openssl-3.5.0-alpha1~1016 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6afaa3f41f5b65432b6700064b077032b9e0c625;p=thirdparty%2Fopenssl.git Revert "TEMPORARY: run daily checks on PR" This reverts commit 4c44603d555ece65cb635ebe191f4000c88bb429. Reviewed-by: Saša Nedvědický Reviewed-by: Tom Cosgrove Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/25658) --- diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index 7a1abdb29db..e44d9f5b1cb 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -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