Skip to content

test: sGHO functionality #364

test: sGHO functionality

test: sGHO functionality #364

Workflow file for this run

name: Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit
with:
run-acceptance: ${{ startsWith(github.head_ref, 'changeset-release/') }}