Skip to content

Commit f2fefa7

Browse files
committed
Fix condition.
1 parent dc3af04 commit f2fefa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
workspace_name: '@launchdarkly/js-sdk-common'
2727
workspace_path: packages/shared/common
2828
- name: Check package size
29-
if: github.event_name == 'pull_request' && matrix.version == '21'
29+
if: github.event_name == 'pull_request'
3030
uses: ./actions/package-size
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sdk-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
workspace_name: '@launchdarkly/js-client-sdk-common'
2424
workspace_path: packages/shared/sdk-client
2525
- name: Check package size
26-
if: github.event_name == 'pull_request' && matrix.version == '21'
26+
if: github.event_name == 'pull_request'
2727
uses: ./actions/package-size
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)