Module: kamailio
Branch: master
Commit: 777ecf6bd8735538bf61f4f6e10d46ad7c39981b
URL:
https://github.com/kamailio/kamailio/commit/777ecf6bd8735538bf61f4f6e10d46a…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2023-06-27T10:01:27+02:00
github: don't execute codeql for each push [skip ci]
* set schedule cifuzz and codeql
---
Modified: .github/workflows/cifuzz.yml
Modified: .github/workflows/codeql.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/777ecf6bd8735538bf61f4f6e10d46a…
Patch:
https://github.com/kamailio/kamailio/commit/777ecf6bd8735538bf61f4f6e10d46a…
---
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index f44d25e808..d376f8a1b3 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.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:
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 60d66b6996..5fde27446e 100644
--- a/.github/workflows/codeql.yml
+++ b/.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: