Skip to content

Commit

Permalink
one moreg
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Nov 3, 2023
1 parent 23899a8 commit ba9c217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ runs:
- name: Install packages/react dependencies
run: yarn install --cwd packages/react --frozen-lockfile
shell: bash
if: ${{ false }}
if: ${{ inputs.packages-styles == 1 }}
- name: Install packages/styles dependencies
run: yarn install --cwd packages/styles --frozen-lockfile
shell: bash
if: ${{ inputs.packages-styles == 'true' }}
if: ${{ inputs.packages-styles == 1 }}

0 comments on commit ba9c217

Please sign in to comment.