Skip to content

Support multiple sso provider of same type #49

Support multiple sso provider of same type

Support multiple sso provider of same type #49

Workflow file for this run

name: CI - Pull Requests
on:
pull_request:
branches:
- '*'
- '!gh-pages'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
uses: ./.github/workflows/run-checks.yaml
builds:
needs: checks
uses: ./.github/workflows/run-builds.yaml
with:
amd64-build-only: true