Skip to content

Commit

Permalink
fix: version metric filters
Browse files Browse the repository at this point in the history
Package metric filters as part of release. This has the advantage of
removing the single purpose workflow and ensuring users can rollback to
a previous definition if necessary.
  • Loading branch information
jta committed Jun 6, 2024
1 parent 80c5b86 commit 6171900
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/static-upload.yaml

This file was deleted.

1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ $(foreach template,$(SAM_PACKAGE_TEMPLATES),$(eval \

$(SAM_PACKAGE_DIRS):
mkdir -p $@
cp -r static/ $@

$(SAM_PACKAGE_TEMPLATES): | $(SAM_PACKAGE_DIRS)
ifeq ($(S3_BUCKET_PREFIX),)
Expand Down

0 comments on commit 6171900

Please sign in to comment.