File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 upload-to-codecov :
6868 name : " compute Codecov"
6969 needs : [ "unit-tests"]
70+ if : ${{ needs.check-tag-existance.outputs.exists == 'false' }}
7071 runs-on : ubuntu-latest
7172 steps :
7273 - uses : actions/checkout@v4
@@ -125,6 +126,7 @@ jobs:
125126 build-documentation :
126127 name : " Build Doxygen documentation"
127128 runs-on : ubuntu-latest
129+ if : ${{ needs.check-tag-existance.outputs.exists == 'false' }}
128130 needs : upload-to-codecov
129131 steps :
130132 - uses : actions/checkout@v4
@@ -145,6 +147,7 @@ jobs:
145147 codespell-check :
146148 name : " Check codespell conformance"
147149 needs : upload-to-codecov
150+ if : ${{ needs.check-tag-existance.outputs.exists == 'false' }}
148151 runs-on : ubuntu-latest
149152 steps :
150153 - uses : actions/checkout@v4
@@ -154,6 +157,7 @@ jobs:
154157 format-check :
155158 name : " Check ${{ matrix.path }} clang-format conformance"
156159 needs : upload-to-codecov
160+ if : ${{ needs.check-tag-existance.outputs.exists == 'false' }}
157161 runs-on : ubuntu-latest
158162 strategy :
159163 matrix :
You can’t perform that action at this time.
0 commit comments