We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af59763 commit 01893caCopy full SHA for 01893ca
.github/workflows/cicd.yml
@@ -61,7 +61,7 @@ jobs:
61
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
62
63
create-pr-in-a-dependant:
64
- needs: []
+ needs: [publish-js-package]
65
runs-on: ubuntu-latest
66
if: (github.repository != 'Exabyte-io/template-definitions') && (github.ref_name == 'main')
67
0 commit comments