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

Commit 488b8c7

Browse files
committed
remove comment
1 parent 36bc67e commit 488b8c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
run: npx codecov
4040

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

0 commit comments

Comments
 (0)