Skip to content

Commit

Permalink
chore: fix ci typo in build-perf.yml (#10606)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Oct 23, 2024
1 parent d3f110c commit 6eeab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strip-hash: '\.([^;]\w{7})\.'
minimum-change-threshold: 30
compression: none
comment-key: DOCUSAURUS_INFRA_${{ secrets.DOCUSAURUS_INFRA }}
comment-key: DOCUSAURUS_INFRA_${{ matrix.DOCUSAURUS_INFRA }}
env:
DOCUSAURUS_SLOWER: ${{ matrix.DOCUSAURUS_INFRA == 'SLOWER' && 'true' || 'false' }}

Expand Down

0 comments on commit 6eeab42

Please sign in to comment.