Skip to content

Commit

Permalink
Merge 6453683 into e7ee54c
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
2 parents e7ee54c + 6453683 commit a04b3b6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/codacy-analysis.yml
Expand Up @@ -19,12 +19,13 @@ on:
# push:
# branches: [ "master" ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "master" ]
workflow_run:
workflows: [Test Changes]
types:
- completed
# types: [opened, reopened, synchronize, ready_for_review]
# workflow_run:
# workflows: [Test Changes]
# types:
# - completed
workflow_call:
workflow_dispatch:
inputs:
logLevel:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -18,10 +18,12 @@ on:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
workflow_run:
workflows: [Test Changes]
types:
- completed
# types: [opened, reopened, synchronize, ready_for_review]
# workflow_run:
# workflows: [Test Changes]
# types:
# - completed
workflow_call:
workflow_dispatch:
inputs:
logLevel:
Expand Down
19 changes: 10 additions & 9 deletions .github/workflows/test-changes.yml
Expand Up @@ -7,7 +7,8 @@ on:
push:
branches: [ "master" ]
pull_request:
types: [opened, reopened, synchronize, ready_for_review] # labeled
branches: [ "master" ]
types: [opened, reopened, synchronize, ready_for_review]
workflow_dispatch:
inputs:
logLevel:
Expand All @@ -19,14 +20,6 @@ on:
- info
- warning
- debug
# tags:
# description: 'Test scenario tags'
# required: false
# type: boolean
# environment:
# description: 'Environment to run tests against'
# type: environment
# required: true

jobs:
run-guard:
Expand Down Expand Up @@ -208,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

0 comments on commit a04b3b6

Please sign in to comment.