CI for 74db0bc36f91df789f13ff0e10d26502a0fd4af3 on 570/merge #920
Workflow file for this run
This file contains hidden or 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 | |
| run-name: CI for ${{ github.sha }} on ${{ github.ref_name }} | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - "main" | |
| - "release-**" | |
| - "track/**" | |
| paths-ignore: | |
| - "terraform/**" | |
| pull_request: | |
| branches: | |
| - "*" | |
| paths-ignore: | |
| - "terraform/**" | |
| jobs: | |
| tests: | |
| name: CI | |
| uses: canonical/identity-team/.github/workflows/charm-pull-request.yaml@2a4ae518f9c792dcdf14d05f8d86e3d72e160d96 # v1.9.0 | |
| with: | |
| container-name: "kratos" | |
| use-charmcraftcache: true | |
| node-size: large |