Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Sep 17, 2024
1 parent 7ab5179 commit 7805411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
secrets: inherit

UPLOAD:
needs: [TEST]
needs: [BUILD, TEST]
uses: ./.github/workflows/upload.yml
with:
label: k8s-util
Expand Down

0 comments on commit 7805411

Please sign in to comment.