Module: kamailio Branch: master Commit: 70ff7c298f257bec48809b9bc80fd06cfe87c7b4 URL: https://github.com/kamailio/kamailio/commit/70ff7c298f257bec48809b9bc80fd06c...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2023-10-18T09:41:01+02:00
github: disable CodeQL scan for pull requests [skip ci]
job is failling due to "java.io.IOException: No space left on device"
---
Modified: .github/workflows/codeql.yml
---
Diff: https://github.com/kamailio/kamailio/commit/70ff7c298f257bec48809b9bc80fd06c... Patch: https://github.com/kamailio/kamailio/commit/70ff7c298f257bec48809b9bc80fd06c...
---
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 59e3dbf476f..3b36e5edd05 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,8 +1,6 @@ name: "CodeQL"
on: - pull_request: - branches: [ "master" ] schedule: - cron: "30 0 * * *" # Allows you to run this workflow manually from the Actions tab