Skip to content

Commit

Permalink
Chore: Remove turborepo if env is not set (#27199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored and MartinSchoeler committed Nov 28, 2022
1 parent 28d8f05 commit 45183e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ jobs:

- name: TurboRepo local server
uses: felixmosh/turborepo-gh-artifacts@v1
if: "${{ env.TURBO_TEAM != '' }}"
with:
repo-token: ${{ secrets.RC_TURBO_GH_TOKEN }}
server-token: ${{ secrets.TURBO_SERVER_TOKEN }}
Expand Down Expand Up @@ -442,6 +443,7 @@ jobs:

- name: TurboRepo local server
uses: felixmosh/turborepo-gh-artifacts@v1
if: "${{ env.TURBO_TEAM != '' }}"
with:
repo-token: ${{ secrets.RC_TURBO_GH_TOKEN }}
server-token: ${{ secrets.TURBO_SERVER_TOKEN }}
Expand Down

0 comments on commit 45183e8

Please sign in to comment.