Skip to content

Commit

Permalink
Add correct job dependency for release in cpu-packages (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: edknv <109497216+edknv@users.noreply.github.com>
oliverholworthy and edknv authored Mar 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 661aaf5 commit ac2cec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-packages.yml
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [build]
needs: [build-packages]
steps:
- uses: actions/download-artifact@v2
with:

0 comments on commit ac2cec1

Please sign in to comment.