Skip to content

Commit c38e055

Browse files
committed
fix: no conditional for now
1 parent 8041092 commit c38e055

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/actions/ci/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,5 @@ runs:
2222
# Because the package.json for integration test changes.
2323

2424
- name: Install
25-
if: github.ref == 'changeset-release/master'
2625
run: pnpm install --no-frozen-lockfile
2726
shell: bash
28-
29-
- name: Install
30-
if: github.ref != 'changeset-release/master'
31-
run: pnpm install
32-
shell: bash

0 commit comments

Comments
 (0)