File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77jobs :
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
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ concurrency:
1414jobs :
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 :
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
You can’t perform that action at this time.
0 commit comments