Commit c1530c2 1 parent 414201a commit c1530c2 Copy full SHA for c1530c2
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -14,35 +14,37 @@ concurrency:
14
14
jobs :
15
15
change-detection :
16
16
name : 🔍 Change
17
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.1.5
17
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.2.1
18
18
19
19
cpp-tests :
20
20
name : 🇨 Test
21
21
needs : change-detection
22
22
if : fromJSON(needs.change-detection.outputs.run-cpp-tests)
23
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.1.5
23
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.2.1
24
24
with :
25
25
cmake-args-macos : -DMQT_CORE_WITH_GMP=ON
26
26
27
27
cpp-linter :
28
28
name : 🇨 Lint
29
29
needs : change-detection
30
30
if : fromJSON(needs.change-detection.outputs.run-cpp-linter)
31
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.1.5
31
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.2.1
32
32
with :
33
33
cmake-args : -DBUILD_MQT_CORE_BENCHMARKS=ON
34
34
35
35
python-tests :
36
36
name : 🐍 Test
37
37
needs : change-detection
38
38
if : fromJSON(needs.change-detection.outputs.run-python-tests)
39
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.1.5
39
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.2.1
40
+ with :
41
+ skip-testing-latest-python : true
40
42
41
43
code-ql :
42
44
name : 📝 CodeQL
43
45
needs : change-detection
44
46
if : fromJSON(needs.change-detection.outputs.run-code-ql)
45
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-code-ql.yml@v1.1.5
47
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-code-ql.yml@v1.2.1
46
48
47
49
required-checks-pass : # This job does nothing and is only used for branch protection
48
50
name : 🚦 Check
You can’t perform that action at this time.
0 commit comments