CI for f4e2e055c14b7f7e179aeb0bdf814b40f3908c8e on main #343
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@6980fa34b31ca8631e6cb2d57980e7e035697a31 # v1.8.5 | |
with: | |
container-name: "openfga" | |
use-charmcraftcache: true | |
node-size: large |