Skip to content

Commit

Permalink
Close if
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Dec 6, 2024
1 parent e74731a commit 36c796a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/addon-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
echo "SHORT_CIRCUIT=true" >> $GITHUB_ENV
else
echo "SHORT_CIRCUIT=false" >> $GITHUB_ENV
fi
- uses: pnpm/action-setup@v4
if: env.SHORT_CIRCUIT == 'false'
with:
Expand Down
1 change: 1 addition & 0 deletions tests/dummy/app/templates/docs/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
echo "SHORT_CIRCUIT=true" >> $GITHUB_ENV
else
echo "SHORT_CIRCUIT=false" >> $GITHUB_ENV
fi
- uses: pnpm/action-setup@v4
if: env.SHORT_CIRCUIT == 'false'
with:
Expand Down

0 comments on commit 36c796a

Please sign in to comment.