File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments