File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
# whether the workflow is triggered from a PR, a push to main, or a release, respectively.
18
18
python-packaging :
19
19
name : π Packaging
20
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.4
20
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.5
21
21
with :
22
22
# Do not include local version information on pushes to main to facilitate TestPyPI uploads.
23
23
no-local-version : ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
Original file line number Diff line number Diff line change @@ -14,41 +14,41 @@ 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.4
17
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.5
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.4
23
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.5
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.4
31
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.5
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.4
39
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.5
40
40
41
41
code-ql :
42
42
name : π CodeQL
43
43
needs : change-detection
44
44
if : fromJSON(needs.change-detection.outputs.run-code-ql)
45
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-code-ql.yml@v1.4
45
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-code-ql.yml@v1.5
46
46
47
47
cd :
48
48
name : π CD
49
49
needs : change-detection
50
50
if : fromJSON(needs.change-detection.outputs.run-cd)
51
- uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.4
51
+ uses : cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.5
52
52
53
53
required-checks-pass : # This job does nothing and is only used for branch protection
54
54
name : π¦ Check
You canβt perform that action at this time.
0 commit comments