diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 1731044de3..7f968de426 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -129,7 +129,7 @@ jobs: - run: echo "::set-output name=run_result::success" > ~/run_result build: - runs-on: ubuntu-latest + runs-on: buildjet-8vcpu-ubuntu-2004 if: github.event_name == 'repository_dispatch' && github.event.client_payload.slash_command.sha != '' && contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha) @@ -1286,7 +1286,7 @@ jobs: package: needs: [ui-test, fat-container-test] - runs-on: ubuntu-latest + runs-on: buildjet-4vcpu-ubuntu-2004 defaults: run: working-directory: app/client diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 53e93dd385..f447ef29c5 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -1481,7 +1481,7 @@ jobs: package: needs: ui-test - runs-on: ubuntu-latest + runs-on: buildjet-4vcpu-ubuntu-2004 # Run this job irrespective of tests failing, if this is the release branch; or only if the tests pass, if this is the master branch. if: (success() && github.ref == 'refs/heads/master') ||