From 34e4d4a54b8eaf5adbfdc82d7c752f33f8af412c Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Fri, 13 Feb 2026 14:05:23 +0100 Subject: [PATCH] ci: run coverity workflow on demand --- .github/workflows/coverity.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 513f3df5..e9d9dcd3 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -4,6 +4,7 @@ name: Coverity on: schedule: - cron: "0 0 * * *" + workflow_dispatch: permissions: contents: read @@ -11,7 +12,7 @@ permissions: jobs: scan: runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'SoftEtherVPN' }} + if: ${{ github.repository_owner == 'SoftEtherVPN' || github.event_name == 'workflow_dispatch' }} steps: - uses: actions/checkout@v2 with: