Module: kamailio
Branch: master
Commit: 27055d06b70c495313df34630f2ec612b2f73836
URL: 
https://github.com/kamailio/kamailio/commit/27055d06b70c495313df34630f2ec612b2f73836

Author: Victor Seva <linuxman...@torreviejawireless.org>
Committer: Victor Seva <linuxman...@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/27055d06b70c495313df34630f2ec612b2f73836.diff
Patch: 
https://github.com/kamailio/kamailio/commit/27055d06b70c495313df34630f2ec612b2f73836.patch

---

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@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@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:

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to