]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
TEMPORARY: run daily checks on PR
authorPauli <ppzgs1@gmail.com>
Thu, 19 Sep 2024 23:10:40 +0000 (09:10 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 9 Oct 2024 02:53:10 +0000 (13:53 +1100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/25498)

.github/workflows/run-checker-daily.yml

index e44d9f5b1cb7c1f8b77d634b95d2983dea66d978..7a1abdb29db6cc0508c93684a850ae4e8cd559eb 100644 (file)
@@ -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