Remove job dependency. Should have done when I moved job to new file

Signed-off-by: Scott Rigby <scott@r6by.com>
pull/11676/head
Scott Rigby 2 years ago
parent c8efe2086d
commit b69646482a
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -47,7 +47,6 @@ jobs:
canary-release:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout source code

Loading…
Cancel
Save