2
0
Эх сурвалжийг харах

github: don't execute codeql for each push [skip ci]

* set schedule cifuzz and codeql
Victor Seva 2 жил өмнө
parent
commit
777ecf6bd8

+ 5 - 1
.github/workflows/cifuzz.yml

@@ -1,5 +1,9 @@
 name: CIFuzz
-on: [pull_request]
+on:
+  pull_request:
+    branches: [ "master" ]
+  schedule:
+    - cron: "30 0 * * *"
 permissions:
   contents: read
 jobs:

+ 1 - 4
.github/workflows/codeql.yml

@@ -1,13 +1,10 @@
 name: "CodeQL"
 
 on:
-  push:
-    branches-ignore:
-      - 'dependabot/**'
   pull_request:
     branches: [ "master" ]
   schedule:
-    - cron: "35 19 * * 3"
+    - cron: "30 0 * * *"
 permissions:
   contents: read
 jobs: