Skip to content

Commit

Permalink
Lambda clean (#341)
Browse files Browse the repository at this point in the history
*Description of changes:*
Add cleanup-lambda-layer into publish metrics need step.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
zzhlogin authored Dec 27, 2024

Verified

This commit was signed with the committer’s verified signature.
tstephansen Tim Stephansen
1 parent badccaf commit 9e8fda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resource-cleanup.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9e8fda7

Please sign in to comment.