diff --git a/.github/workflows/resource-cleanup.yml b/.github/workflows/resource-cleanup.yml index a612becf8..7849836c2 100644 --- a/.github/workflows/resource-cleanup.yml +++ b/.github/workflows/resource-cleanup.yml @@ -126,7 +126,7 @@ jobs: python cleaner.py publish-metric: - needs: [ cleanup-ec2-instances, cleanup-k8s-cluster ] + needs: [ cleanup-ec2-instances, cleanup-k8s-cluster, cleanup-lambda-layer ] if: always() uses: ./.github/workflows/enablement-test-publish-result.yml secrets: inherit