Skip to content

[Portal] Migrate portal screens to Radix UI #2270

[Portal] Migrate portal screens to Radix UI

[Portal] Migrate portal screens to Radix UI #2270

Workflow file for this run

name: CI - Pull Requests
on:
pull_request:
branches:
- '*'
- '!gh-pages'
- '!ui-review*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
if: ${{ github.repository != 'oursky/authgear-server' }}
uses: ./.github/workflows/run-checks.yaml
builds:
if: ${{ github.repository != 'oursky/authgear-server' }}
needs: checks
uses: ./.github/workflows/run-builds.yaml
with:
amd64_build_only: true