We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee771da commit 8ca2312Copy full SHA for 8ca2312
.github/workflows/release.yaml
@@ -194,9 +194,8 @@ jobs:
194
gh release upload ${{ github.event.release.tag_name }} ./release_assets/*
195
196
archive_build:
197
- needs: testdata_upload
+ needs: publish_release_assets
198
name: Build and test from archive
199
- needs: [publish_release_assets]
200
runs-on: 'ubuntu-latest'
201
defaults:
202
run:
0 commit comments