Skip to content

Commit 235b5e0

Browse files
committed
chore: update workflow runs
1 parent 124fe87 commit 235b5e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
if: always()
149149
150150
package:
151-
needs: [code-quality, test]
151+
needs: [test]
152152

153153
runs-on: ubuntu-latest
154154

@@ -240,7 +240,7 @@ jobs:
240240

241241
publish:
242242
runs-on: ubuntu-latest
243-
needs: package
243+
needs: [code-quality, package]
244244
if: success() && startsWith( github.ref, 'refs/tags/v')
245245
steps:
246246
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)