Skip to content

Commit 9c66ec4

Browse files
committed
🔧 switch actions to main branch of mqt-core
1 parent 5c74aed commit 9c66ec4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
python-packaging:
99
name: 🐍 Packaging
10-
uses: cda-tum/mqt-core/.github/workflows/reusable-python-packaging.yml@make-reusable-workflows-more-generic
10+
uses: cda-tum/mqt-core/.github/workflows/reusable-python-packaging.yml@main
1111
with:
1212
package-name: mqt.qmap
1313
setup-z3: true

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ concurrency:
1414
jobs:
1515
change-detection:
1616
name: 🔍 Change
17-
uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@make-reusable-workflows-more-generic
17+
uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@main
1818

1919
cpp-tests:
2020
name: 🇨‌ Test
2121
needs: change-detection
2222
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
23-
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@make-reusable-workflows-more-generic
23+
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@main
2424
secrets:
2525
token: ${{ secrets.CODECOV_TOKEN }}
2626
with:
@@ -30,15 +30,15 @@ jobs:
3030
name: 🇨‌ Lint
3131
needs: change-detection
3232
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
33-
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-linter.yml@make-reusable-workflows-more-generic
33+
uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-linter.yml@main
3434
with:
3535
setup-z3: true
3636

3737
python-tests:
3838
name: 🐍 Test
3939
needs: change-detection
4040
if: fromJSON(needs.change-detection.outputs.run-python-tests)
41-
uses: cda-tum/mqt-core/.github/workflows/reusable-python-ci.yml@make-reusable-workflows-more-generic
41+
uses: cda-tum/mqt-core/.github/workflows/reusable-python-ci.yml@main
4242
secrets:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
with:
@@ -48,7 +48,7 @@ jobs:
4848
name: 📝 CodeQL
4949
needs: change-detection
5050
if: fromJSON(needs.change-detection.outputs.run-code-ql)
51-
uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@make-reusable-workflows-more-generic
51+
uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@main
5252
with:
5353
setup-z3: true
5454

0 commit comments

Comments
 (0)