Skip to content

Commit cf5a2d9

Browse files
committed
chore: temporarily disable nx cloud
1 parent af4bf4c commit cf5a2d9

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ runs:
3838
run: pnpm install --frozen-lockfile
3939
shell: bash
4040

41-
- name: Nx Cloud start
42-
run: pnpm dlx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yml" --stop-agents-after="e2e-ci" --with-env-vars="CODECOV_TOKEN"
43-
shell: bash
44-
env:
45-
CODECOV_TOKEN: ${{ inputs.CODECOV_TOKEN }}
41+
# Temporarily disable Nx Cloud until security concern is resolved
42+
# - name: Nx Cloud start
43+
# run: pnpm dlx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yml" --stop-agents-after="e2e-ci" --with-env-vars="CODECOV_TOKEN"
44+
# shell: bash
45+
# env:
46+
# CODECOV_TOKEN: ${{ inputs.CODECOV_TOKEN }}
4647

4748
- name: Cache Playwright browsers
4849
uses: actions/cache@v4

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
with:
3333
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3434

35-
- run: npx nx-cloud fix-ci
36-
if: always()
35+
# Temporarily disable Nx Cloud until security concern is resolved
36+
# - run: npx nx-cloud fix-ci
37+
# if: always()
3738

3839
- uses: codecov/codecov-action@v5
3940
with:

0 commit comments

Comments
 (0)