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