Skip to content

refactor: merge gclient into gsdk #7983

refactor: merge gclient into gsdk

refactor: merge gclient into gsdk #7983

Workflow file for this run

name: PR
on:
pull_request:
branches: [master]
types: [labeled, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
uses: ./.github/workflows/check.yml
secrets: inherit
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
macos: ${{ contains(github.event.pull_request.labels.*.name, 'E2-forcemacos') }}
windows: ${{ contains(github.event.pull_request.labels.*.name, 'E1-forcenatwin') }}
linux-aarch64: ${{ contains(github.event.pull_request.labels.*.name, 'E5-forcelinuxaarch64') }}
release: ${{ contains(github.event.pull_request.labels.*.name, 'E3-forcerelease') }}
production: ${{ contains(github.event.pull_request.labels.*.name, 'E4-forceproduction') }}
validator:
if: ${{ contains(github.event.pull_request.labels.*.name, 'check-validator') }}
uses: ./.github/workflows/validation.yml
secrets:
VARA_VALIDATOR_8: ${{ secrets.VARA_VALIDATOR_8 }}
SSH_VARA_USERNAME: ${{ secrets.SSH_VARA_USERNAME }}
VARA_SSH_PRIVATE_KEY: ${{ secrets.VARA_SSH_PRIVATE_KEY }}
check-node-sync:
if: ${{ contains(github.event.pull_request.labels.*.name, 'check-node-sync') }}
uses: ./.github/workflows/check-node-sync.yml