Skip to content

Commit 0c5e320

Browse files
committed
📝 workflow docs
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent 62aa605 commit 0c5e320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# General settings
6464
cmake-args-macos: -DMQT_CORE_WITH_GMP=ON
6565

66-
# run extensive cpp tests whenever this is on a PR and the PR has the `extensive-ci` label
66+
# run extensive C++ tests whenever this is on a PR and the PR has the `extensive-cpp-ci` label
6767
cpp-tests-extensive:
6868
name: 🇨‌ Test (Extensive)
6969
needs: change-detection
@@ -123,6 +123,7 @@ jobs:
123123
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
124124
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.6
125125

126+
# run extensive Python tests whenever this is on a PR and the PR has the `extensive-python-ci` label
126127
python-tests:
127128
name: 🐍 Test
128129
needs: change-detection

0 commit comments

Comments
 (0)