Skip to content

Commit 68c786a

Browse files
committed
Added dependabot for actions upgrade (#61)
1 parent 050e3f4 commit 68c786a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
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:

0 commit comments

Comments
 (0)