Skip to content

Commit e503b21

Browse files
dependabot[bot]marcoSanti
authored andcommitted
Bump mukunku/tag-exists-action from 1.6.0 to 1.7.0
Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](mukunku/tag-exists-action@v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68c786a commit e503b21

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
upload-to-codecov:
6868
name: "compute Codecov"
6969
needs: [ "unit-tests"]
70-
if: ${{ needs.check-tag-existance.outputs.exists == 'false' }}
7170
runs-on: ubuntu-latest
7271
steps:
7372
- uses: actions/checkout@v4
@@ -126,7 +125,6 @@ jobs:
126125
build-documentation:
127126
name: "Build Doxygen documentation"
128127
runs-on: ubuntu-latest
129-
if: ${{ needs.check-tag-existance.outputs.exists == 'false' }}
130128
needs: upload-to-codecov
131129
steps:
132130
- uses: actions/checkout@v4
@@ -147,7 +145,6 @@ jobs:
147145
codespell-check:
148146
name: "Check codespell conformance"
149147
needs: upload-to-codecov
150-
if: ${{ needs.check-tag-existance.outputs.exists == 'false' }}
151148
runs-on: ubuntu-latest
152149
steps:
153150
- uses: actions/checkout@v4
@@ -157,7 +154,6 @@ jobs:
157154
format-check:
158155
name: "Check ${{ matrix.path }} clang-format conformance"
159156
needs: upload-to-codecov
160-
if: ${{ needs.check-tag-existance.outputs.exists == 'false' }}
161157
runs-on: ubuntu-latest
162158
strategy:
163159
matrix:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "CAPIO_CL_VERSION=$(grep -E 'VERSION [0-9]+\.[0-9]+\.[0-9]+' CMakeLists.txt | awk '{print $2}')" >> $GITHUB_ENV
2222
- name: "Check if tag exists"
2323
id: check-tag
24-
uses: mukunku/tag-exists-action@v1.6.0
24+
uses: mukunku/tag-exists-action@v1.7.0
2525
with:
2626
tag: "v${{ env.CAPIO_CL_VERSION }}"
2727

0 commit comments

Comments
 (0)