diff --git a/.gitea/workflows/security-scanning.yml b/.gitea/workflows/security-scanning.yml index ff9890d4..950d0053 100644 --- a/.gitea/workflows/security-scanning.yml +++ b/.gitea/workflows/security-scanning.yml @@ -1,5 +1,6 @@ name: security-scanning +# Workflow disabled - to enable, remove the 'if: false' condition on: push: branches: [ main, develop ] @@ -7,6 +8,9 @@ on: branches: [ main, develop ] workflow_dispatch: +# Disable this workflow +if: false + # Prevent parallel execution - run workflows serially concurrency: group: ci-workflows