Skip to content

Add new release and promote workflow #92

Add new release and promote workflow

Add new release and promote workflow #92

Workflow file for this run

name: Pull Request
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
check-code-quality:
name: Run charm code quality checks
uses: ./.github/workflows/_quality_check.yaml
secrets: inherit
with:
tox-version: ""
python-version: "3.10"
check-file-updates:
name: Check updates for charm files
uses: ./.github/workflows/_check_file_update.yaml