We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124fe87 commit 235b5e0Copy full SHA for 235b5e0
.github/workflows/build-test-package-publish.yml
@@ -148,7 +148,7 @@ jobs:
148
if: always()
149
150
package:
151
- needs: [code-quality, test]
+ needs: [test]
152
153
runs-on: ubuntu-latest
154
@@ -240,7 +240,7 @@ jobs:
240
241
publish:
242
243
- needs: package
+ needs: [code-quality, package]
244
if: success() && startsWith( github.ref, 'refs/tags/v')
245
steps:
246
- uses: actions/checkout@v4
0 commit comments