Update authgear/iamsmart to 45db5c837ec26c3570a46797204a13fe7e63c741 #32
Workflow file for this run
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 - 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 |