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

Signed-off-by: Scott Rigby <scott@r6by.com>
Signed-off-by: Drew Gonzales <drew.gonzales@datadoghq.com>
pull/11760/head
Scott Rigby 3 years ago committed by Drew Gonzales
parent a7626c9df1
commit e9fe8f6af3
No known key found for this signature in database

@ -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