diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 13929a78..73e10d97 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -14,6 +14,8 @@ on: secrets: SONAR_TOKEN: required: true + workflow_dispatch: + # Trigger manually jobs: Analysis: diff --git a/.github/workflows/veracode.yaml b/.github/workflows/veracode.yaml index 7a2f3428..f6090ad9 100644 --- a/.github/workflows/veracode.yaml +++ b/.github/workflows/veracode.yaml @@ -12,6 +12,8 @@ on: schedule: # Once a day - cron: "0 0 * * *" + workflow_dispatch: + # Trigger manually jobs: analyze: runs-on: ubuntu-latest