ci: Switch client-build to default runners

This commit is contained in:
Shrikant Sharat Kandula 2024-01-31 12:52:14 +05:30 committed by GitHub
parent d69ff3bbfa
commit 5e746bca91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ defaults:
jobs:
client-build:
runs-on: appsmith-self-hosted-deployment-runner-8cpu-16gb-ram
runs-on: ubuntu-latest-8-cores
# Only run this workflow for internally triggered events
if: |
github.event.pull_request.head.repo.full_name == github.repository ||