Skip to content

Commit

Permalink
♻️ switch to reusable MQT workflows
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Aug 31, 2024
1 parent 63defae commit 8dda0b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
python-packaging:
name: 🐍 Packaging
uses: ./.github/workflows/reusable-python-packaging.yml
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.3

deploy:
if: github.event_name == 'release' && github.event.action == 'published'
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: 🇨‌ Test
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
uses: ./.github/workflows/reusable-cpp-ci.yml
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.3

cpp-linter:
name: 🇨‌ Lint
Expand All @@ -32,7 +32,9 @@ jobs:
name: 🐍 Test
needs: change-detection
if: fromJSON(needs.change-detection.outputs.run-python-tests)
uses: ./.github/workflows/reusable-python-ci.yml
uses: cda-tum/mqt-workflows/.github/workflows/[email protected]
with:
skip-testing-latest-python: true

code-ql:
name: 📝 CodeQL
Expand Down
75 changes: 0 additions & 75 deletions .github/workflows/reusable-cpp-ci.yml

This file was deleted.

105 changes: 0 additions & 105 deletions .github/workflows/reusable-python-ci.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/reusable-python-packaging.yml

This file was deleted.

0 comments on commit 8dda0b1

Please sign in to comment.