Skip to content

Commit cb2be51

Browse files
committed
ci: fixed workflow order
1 parent c911b22 commit cb2be51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
disable_globbing: true
7171
create_branch: false
7272
output-version:
73+
needs: bump-version
74+
if: always()
7375
runs-on: ubuntu-latest
7476
steps:
7577
- uses: actions/checkout@v4
@@ -86,7 +88,6 @@ jobs:
8688
if-no-files-found: error
8789
build:
8890
needs: output-version
89-
if: always()
9091
name: build-${{matrix.name}}
9192
runs-on: ${{matrix.runs-on}}
9293
permissions:

0 commit comments

Comments
 (0)