CI for 8bb9543acff1bd411dc6f3efdd282cec6b7bef32 on main #925
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@7ca109a149fd39d889d1f66f5d2727aafefc6915 # v1.9.1 | |
| with: | |
| container-name: "kratos" | |
| use-charmcraftcache: true | |
| node-size: large |