CI for 290ac61b791a384a378360c47fc9fe69cbe6a77c on release-please--branches--main #918
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 |