Skip to content

Commit 54a3eb8

Browse files
committed
fix: update pi-build needs
1 parent 69f83a9 commit 54a3eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pi_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
pi-build:
8787
name: 'Parent Images: Docker Build'
8888
runs-on: ubuntu-latest
89-
needs: pi-compile
89+
needs: [pi-compile, pi-upload-artifacts]
9090
environment: dev
9191
env:
9292
PYTHON_VERSION: ${{ vars.PYTHON_VERSION }}

0 commit comments

Comments
 (0)