Skip to content

Commit 9e8fda7

Browse files
authored
Lambda clean (#341)
*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.
1 parent badccaf commit 9e8fda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/resource-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
python cleaner.py
127127
128128
publish-metric:
129-
needs: [ cleanup-ec2-instances, cleanup-k8s-cluster ]
129+
needs: [ cleanup-ec2-instances, cleanup-k8s-cluster, cleanup-lambda-layer ]
130130
if: always()
131131
uses: ./.github/workflows/enablement-test-publish-result.yml
132132
secrets: inherit

0 commit comments

Comments
 (0)