Skip to content

Commit

Permalink
ci: fix workflow_call of test-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 6453683 commit 18b25b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,9 @@ jobs:
call-workflow-codeql:
needs: test-source-code
uses: ./.github/workflows/codeql-analysis.yml
uses: ./.github/workflows/codeql-analysis.yml@master

call-workflow-codacity:
needs: test-source-code
uses: ./.github/workflows/codacy-analysis.yml
uses: ./.github/workflows/codacy-analysis.yml@master

0 comments on commit 18b25b7

Please sign in to comment.