Skip to content

Commit

Permalink
fix build size bot
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jul 19, 2024
1 parent 5f07cbc commit 17660b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:

# Ensure build with a cold cache does not increase too much
- name: Build (cold cache)
run: yarn workspace website build:website:fast
run: yarn build:website:fast
timeout-minutes: 8

# Ensure build with a warm cache does not increase too much
- name: Build (warm cache)
run: yarn workspace website build:website:fast
run: yarn build:website:fast
timeout-minutes: 2
# TODO post a GitHub comment with build with perf warnings?

0 comments on commit 17660b4

Please sign in to comment.