Skip to content

Lock file maintenance #1428

Lock file maintenance

Lock file maintenance #1428

# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.
name: Run CI tests on a PR
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
tests:
name: Run CI tests on a PR
uses: ./.github/workflows/ci-tests-minimal.yaml
secrets: inherit