Skip to content

feat: expose requiredGroups in sso config #478

feat: expose requiredGroups in sso config

feat: expose requiredGroups in sso config #478

Workflow file for this run

name: CI Docs Shim
on:
pull_request:
branches: [main]
types: [milestoned, opened, synchronize]
jobs:
run-test:
name: ${{ matrix.type }} ${{ matrix.flavor }}
runs-on: "ubuntu-latest"
timeout-minutes: 20
strategy:
matrix:
flavor: [upstream, registry1]
type: [install, upgrade]
steps:
- name: Shim for ${{ matrix.type }} ${{ matrix.flavor }}
run: |
echo "Documentation-only change detected; marking ${{ matrix.type }} ${{ matrix.flavor }} as successful."