CI for cff584de1bae9b48946142e3a3e53dea7cbede21 on main #249
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@0a32ad19139490d02dd5283ab91a63295c7a803f # v1.8.4 | |
with: | |
container-name: "openfga" | |
use-charmcraftcache: true | |
node-size: large |