Skip to content

Commit

Permalink
Add condition for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Oct 8, 2024
1 parent 7a81de0 commit 13ea68a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cleanup:
name: Cleanup Building AWS Image
runs-on: ubuntu-latest
needs: [buildUID2Image, buildEUIDImage, testUID2Eks]
needs: [buildUID2Image, buildEUIDImage, testUID2Eks, testEUIDEks]
steps:
- name: Check disk usage
shell: bash
Expand Down

0 comments on commit 13ea68a

Please sign in to comment.