Skip to content

Commit

Permalink
fix: version metric filters (#298)
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 36164f5 commit 88d72a6
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)
if [ ! -z "$(S3_BUCKET_PREFIX)" ]; then \
Expand Down

0 comments on commit 88d72a6

Please sign in to comment.