feat: show errors when user_oidc app is not available #2397
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- 'master' | |
pull_request: | |
schedule: | |
- cron: '0 22 * * *' # run at 10 PM UTC | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
builds: | |
uses: ./.github/workflows/shared_workflow.yml | |
secrets: inherit | |
with: | |
branch: master |