Skip to content

chore(deps): update renovatebot/github-action action to v39 #373

chore(deps): update renovatebot/github-action action to v39

chore(deps): update renovatebot/github-action action to v39 #373

Workflow file for this run

name: Tests
on:
pull_request:
paths-ignore:
- ".github/renovate*"
- ".github/workflows/release.yaml"
- ".github/workflows/renovate.yaml"
- ".github/workflows/update-libs.yaml"
- ".gitignore"
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 }}"