Module: kamailio
Branch: master
Commit: 5632d34677eb9d6feeacda9dba12244f0c5de838
URL:
https://github.com/kamailio/kamailio/commit/5632d34677eb9d6feeacda9dba12244…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2023-10-13T10:13:33+02:00
github: allow trigger actions manually from panel [skip ci]
---
Modified: .github/workflows/alpine.yml
Modified: .github/workflows/cifuzz.yml
Modified: .github/workflows/codeql.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/5632d34677eb9d6feeacda9dba12244…
Patch:
https://github.com/kamailio/kamailio/commit/5632d34677eb9d6feeacda9dba12244…
---
diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml
index c11d7056086..eb64a32d73b 100644
--- a/.github/workflows/alpine.yml
+++ b/.github/workflows/alpine.yml
@@ -6,6 +6,8 @@ on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
env:
IMAGE_NAME: kamailio-ci
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index a8294516c2a..bb1b712cb5b 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -4,6 +4,8 @@ on:
branches: [ "master" ]
schedule:
- cron: "30 0 * * *"
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
jobs:
Fuzzing:
runs-on: ubuntu-latest
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 71c8e66cb6c..59e3dbf476f 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -5,6 +5,8 @@ on:
branches: [ "master" ]
schedule:
- cron: "30 0 * * *"
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
jobs:
analyze:
name: Analyze