Skip to content

Commit 9f35318

Browse files
authored
chore: ensure no nx cloud is used for benchmark (#6817)
skip nx cache on sub workflows
1 parent 7083bcb commit 9f35318

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/bundle-size.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ concurrency:
1616
permissions:
1717
contents: read
1818

19+
env:
20+
NX_NO_CLOUD: true
1921
jobs:
2022
benchmark-pr:
2123
name: Benchmark PR
@@ -112,7 +114,6 @@ jobs:
112114

113115
- name: Measure Bundle Size
114116
run: pnpm nx run @benchmarks/bundle-size:build --outputStyle=stream --skipRemoteCache
115-
116117
- name: Publish Benchmark Dashboard
117118
uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
118119
with:

.github/workflows/client-nav-benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515
env:
1616
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
1717
SERVER_PRESET: 'node-server'
18+
NX_NO_CLOUD: true
1819

1920
jobs:
2021
client-nav-benchmarks:

0 commit comments

Comments
 (0)