diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 546b2958..d1e612b0 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -16,11 +16,11 @@ name: Codacy Security Scan on: schedule: - cron: '59 11 27 * *' - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - types: [opened, reopened, synchronize, ready_for_review] + # push: + # branches: [ "master" ] + # pull_request: + # branches: [ "master" ] + # types: [opened, reopened, synchronize, ready_for_review] # workflow_run: # workflows: [Test Changes] # types: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 090b900f..2db3c985 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,11 +14,11 @@ name: "CodeQL" on: schedule: - cron: '59 10 27 * *' - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - types: [opened, reopened, synchronize, ready_for_review] + # push: + # branches: [ "master" ] + # pull_request: + # branches: [ "master" ] + # types: [opened, reopened, synchronize, ready_for_review] # workflow_run: # workflows: [Test Changes] # types: diff --git a/.github/workflows/test-changes.yml b/.github/workflows/test-changes.yml index 01954695..a82f96ad 100644 --- a/.github/workflows/test-changes.yml +++ b/.github/workflows/test-changes.yml @@ -201,3 +201,11 @@ jobs: run: | cd docs sphinx-build -W -b singlehtml -d ../build/doctrees . ../build/singlehtml + + call-workflow-codeql: + needs: test-source-code + uses: ./.github/workflows/codeql-analysis.yml + + call-workflow-codacity: + needs: test-source-code + uses: ./.github/workflows/codacy-analysis.yml