Skip to content

Commit 4b3832e

Browse files
committed
Github actions fix
1 parent 6cf369f commit 4b3832e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ jobs:
277277
concurrency:
278278
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
279279
cancel-in-progress: true
280-
needs: compute-version
280+
needs:
281+
- compute-version
282+
- build
281283
if: needs.compute-version.outputs.doRelease == 'true'
282284
steps:
283285
- name: Checkout

0 commit comments

Comments
 (0)