We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edadaa commit 72c892aCopy full SHA for 72c892a
.github/workflows/build.yml
@@ -82,6 +82,7 @@ jobs:
82
83
docker:
84
runs-on: ubuntu-latest
85
+ needs: [ release ]
86
if: github.event_name == 'push' && needs.release.outputs.new_version != ''
87
steps:
88
- name: Checkout
0 commit comments