Skip to content

Commit 121253e

Browse files
committed
ci: delete uneccesary if statments
1 parent 7978a63 commit 121253e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
OUTPUT: CHANGELOG.md
4444
GITHUB_REPO: ${{ github.repository }}
4545
release:
46-
if: startsWith(github.ref, 'refs/tags/')
4746
needs: [changelog, build]
4847
runs-on: ubuntu-latest
4948
permissions:
@@ -64,7 +63,6 @@ jobs:
6463
artifactErrorsFailBuild: true
6564
makeLatest: true
6665
update-flake-lock:
67-
if: startsWith(github.ref, 'refs/tags/')
6866
needs: release
6967
uses: ./.github/workflows/update-flake-lock.yml
7068
permissions:

0 commit comments

Comments
 (0)