Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 36bc67e

Browse files
committed
updates
1 parent 1597373 commit 36bc67e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
run: npx codecov
4040

4141
- name: Upload handler sizes to S3
42-
if: ${{ github.ref == 'refs/heads/master' }}
42+
#commenting out first to test
43+
#if: ${{ github.ref == 'refs/heads/master' }}
44+
env:
45+
GITHUB_SHA: ${{ github.sha }}
4346
run: yarn upload-handler-sizes
4447

4548
start-e2e-tests:

0 commit comments

Comments
 (0)