Skip to content

Commit c685984

Browse files
make release check wait for release (#380)
1 parent e718e2b commit c685984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/agent.yml

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ jobs:
208208
209209
test_github_release_assets:
210210
if: startsWith(github.ref, 'refs/tags/')
211+
needs: build_upload_publish_draft
211212
runs-on: ${{ matrix.os }}
212213
strategy:
213214
fail-fast: false

0 commit comments

Comments
 (0)