Skip to content

Commit b5b39e5

Browse files
committed
Fix needs in php workflow
1 parent 4f1cc8a commit b5b39e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
upload:
107107
runs-on: ubuntu-latest
108-
needs: tests
108+
needs: [artifacts, tests]
109109
if: ${{ github.event.inputs.upload == 'true' }}
110110
steps:
111111
- name: Upload to downloads server

0 commit comments

Comments
 (0)