]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: Perform the package build tests on a schedule not push
authorTerry Burton <tez@terryburton.co.uk>
Mon, 7 Dec 2020 15:21:51 +0000 (15:21 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 7 Dec 2020 17:16:48 +0000 (10:16 -0700)
.github/workflows/ci-deb.yml
.github/workflows/ci-rpm.yml

index f05ce9fa9790e1ee13b202b842ee4be86dfb427f..031fb93f0c61993e886a6f95e58ed570d80c9582 100644 (file)
@@ -2,9 +2,10 @@ name: CI DEB
 
 on:
   push:
-    branches-ignore:
-      - coverity_scan
-  pull_request:
+    branches:
+      - packaging_test
+  schedule:
+    - cron: '0 20 * * *'
 
 env:
   DEBIAN_FRONTEND: noninteractive
index 84cd00d63b91d0e25439f9e0a5009ca838ee7c8b..eb5fdc9186a7bc55469e49635f0c5a131559e691 100644 (file)
@@ -2,9 +2,10 @@ name: CI RPM
 
 on:
   push:
-    branches-ignore:
-      - coverity_scan
-  pull_request:
+    branches:
+      - packaging_test
+  schedule:
+    - cron: '0 20 * * *'
 
 jobs:
   rpm-build: