CI for 61ad9e815e362d7e3c36205db63d9a945a71fe96 on 569/merge #912
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 |