Skip to content

chore(deps): update dependency jsonschema to v4.20.0 #669

chore(deps): update dependency jsonschema to v4.20.0

chore(deps): update dependency jsonschema to v4.20.0 #669

Workflow file for this run

name: Pull Request
on:
pull_request:
paths-ignore:
- ".github/renovate*"
- ".github/workflows/release.yaml"
- ".github/workflows/renovate.yaml"
- ".github/workflows/update-libs.yaml"
- ".github/workflows/update-oci.yaml"
- ".gitignore"
- "Dockerfile"
- "rockcraft.yaml"
push:
branches:
- "renovate/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/build-and-test.yaml
secrets:
CHARMHUB_TOKEN: "${{ secrets.CHARMHUB_TOKEN }}"