Skip to content

Commit 47832cd

Browse files
committed
fix
1 parent 702743c commit 47832cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-run-docker-rust-build.yaml

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

9494
- name: Set output
9595
id: set-output
96-
depends-on: check-images
96+
needs: check-images
9797
run: |
9898
if [ "${{ steps.check-images.outcome }}" = "success" ]; then
9999
echo "image-exist=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)