0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

ci: use default runner (#5848)

This commit is contained in:
Gao Sun 2024-05-13 16:24:28 +08:00 committed by GitHub
parent 697ac693a6
commit 8b74832f74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ jobs:
package: package:
needs: check-alteration-changes needs: check-alteration-changes
runs-on: buildjet-4vcpu-ubuntu-2204 runs-on: ubuntu-latest
if: ${{needs.check-alteration-changes.outputs.has-alteration-changes == 'true'}} if: ${{needs.check-alteration-changes.outputs.has-alteration-changes == 'true'}}
env: env:
INTEGRATION_TEST: true INTEGRATION_TEST: true

View file

@ -13,7 +13,7 @@ concurrency:
jobs: jobs:
package: package:
runs-on: buildjet-4vcpu-ubuntu-2204 runs-on: ubuntu-latest
env: env:
INTEGRATION_TEST: true INTEGRATION_TEST: true

View file

@ -51,7 +51,7 @@ jobs:
run: pnpm ci:stylelint run: pnpm ci:stylelint
main-test: main-test:
runs-on: buildjet-4vcpu-ubuntu-2204 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4