Skip to content

Commit 47a8766

Browse files
committed
correct workflow
1 parent 2ce4f8c commit 47a8766

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ jobs:
9999
if: always()
100100

101101
package:
102-
needs: |
103-
test
104-
code-quality
102+
needs: [code-quality, test]
105103

106104
runs-on: ubuntu-latest
107105

@@ -263,4 +261,3 @@ jobs:
263261
OVSX_PAT: ${{ secrets.OVSX_PAT }}
264262
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
265263
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
266-

0 commit comments

Comments
 (0)