Skip to content

Commit

Permalink
fix: missing dependency relation between CI jobs (refraction-networki…
Browse files Browse the repository at this point in the history
…ng#15)

The job release may be executed before watm_tinygo_v1_artifacts finishes, which might miss unfinished artifacts and creates a racing condition.

Signed-off-by: Gaukas Wang <[email protected]>
  • Loading branch information
gaukas authored Jul 1, 2024
1 parent 7a7898c commit 235bb15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
release:
needs:
- watm_tinygo_v0_artifacts
- watm_tinygo_v1_artifacts
name: "Release WATM Examples for ${{ github.ref_name }}"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 235bb15

Please sign in to comment.