tweak GitHub Actions (#4037)
authorAlex Lam S.L <alexlamsl@gmail.com>
Wed, 5 Aug 2020 14:09:02 +0000 (15:09 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2020 14:09:02 +0000 (22:09 +0800)
.github/workflows/ci.yml
.github/workflows/ufuzz.yml

index 6315a79..a434aac 100644 (file)
@@ -1,5 +1,8 @@
 name: CI
-on: [ push, pull_request ]
+on:
+  pull_request:
+  push:
+    branches: [ master ]
 jobs:
   test:
     strategy:
index ef39df8..12a4791 100644 (file)
@@ -2,7 +2,7 @@ name: Fuzzing
 on:
   pull_request:
   schedule:
-    - cron: "*/8 * * * *"
+    - cron: "0,8,15,23,30,38,45,53 * * * *"
 jobs:
   ufuzz:
     strategy: