Skip to content

Commit

Permalink
Workflow migration
Browse files Browse the repository at this point in the history
  • Loading branch information
DeborahVolpe committed May 24, 2024
1 parent 774efa0 commit 6069355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
name: 🐍 Test
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-python-tests)
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.0.0
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.0.0
secrets:
token: ${{ secrets.CODECOV_TOKEN }}

code-ql:
name: 📝 CodeQL
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-code-ql)
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.0.0
uses: cda-tum/mqt-workflows/.github/workflows/reusable-code-ql.yml@v1.0.0

required-checks-pass: # This job does nothing and is only used for branch protection
name: 🚦 Check
Expand Down

0 comments on commit 6069355

Please sign in to comment.