CI for c508d32a5600321d7efc66a4c4318f08f9bde4fb on 445/merge #1135
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: | |
| workflow_call: | |
| 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@84c2f3e8f31c76602dd3ccceff9b8231316af615 # v1.11.1 | |
| with: | |
| container-name: "login-ui" | |
| use-charmcraftcache: true |