Merge pull request #14303 from appsmithorg/chore/dont-run-perf-tests-on-ubuntu
chore: Run perf tests only on buildjet machine
This commit is contained in:
parent
b9c5d91968
commit
5e3475bcce
|
|
@ -1302,11 +1302,7 @@ jobs:
|
|||
needs: [build, server-build]
|
||||
# Only run if the build step is successful
|
||||
if: success()
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
machine: [ubuntu-latest,buildjet-4vcpu-ubuntu-2004]
|
||||
runs-on: ${{ matrix.machine }}
|
||||
runs-on: buildjet-4vcpu-ubuntu-2004
|
||||
defaults:
|
||||
run:
|
||||
working-directory: app/client
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user