Module: kamailio
Branch: master
Commit: 27055d06b70c495313df34630f2ec612b2f73836
URL:
https://github.com/kamailio/kamailio/commit/27055d06b70c495313df34630f2ec61…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2024-12-15T16:24:32+01:00
github: fix query fetching only success runs for nightly jobs [skip ci]
---
Modified: .github/workflows/alpine.yml
Modified: .github/workflows/codeql.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/27055d06b70c495313df34630f2ec61…
Patch:
https://github.com/kamailio/kamailio/commit/27055d06b70c495313df34630f2ec61…
---
diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml
index 9ea7136e353..caaabfa3987 100644
--- a/.github/workflows/alpine.yml
+++ b/.github/workflows/alpine.yml
@@ -25,7 +25,7 @@ jobs:
- uses: octokit/request-action(a)v2.x
id: check_last_run
with:
- route: GET
/repos/{owner}/{repo}/actions/workflows/alpine.yml/runs?per_page=1&status=completed
+ route: GET
/repos/{owner}/{repo}/actions/workflows/alpine.yml/runs?per_page=1&status=success
owner: ${{ github.repository_owner }}
repo: kamailio
env:
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 1c1938962eb..9c2d7f84024 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -16,7 +16,7 @@ jobs:
- uses: octokit/request-action(a)v2.x
id: check_last_run
with:
- route: GET
/repos/{owner}/{repo}/actions/workflows/codeql.yml/runs?per_page=1&status=completed
+ route: GET
/repos/{owner}/{repo}/actions/workflows/codeql.yml/runs?per_page=1&status=success
owner: ${{ github.repository_owner }}
repo: kamailio
env: