Skip to content

chore(deps): bump actions/setup-python from 5.6.0 to 7.0.0 #116

chore(deps): bump actions/setup-python from 5.6.0 to 7.0.0

chore(deps): bump actions/setup-python from 5.6.0 to 7.0.0 #116

---
name: Check CI coverage
on:
pull_request:
types: [labeled]
paths:
- 'molecule/**'
- '.github/workflows/test_*.yml'
- 'scripts/check-ci-coverage.sh'
- '.github/workflows/check_ci_coverage.yml'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name == 'pull_request' && github.event.label.name != 'ci:run' && github.run_id || 'ci' }}
cancel-in-progress: true
jobs:
check-ci-coverage:
if: ${{ github.event_name != 'pull_request' || github.event.label.name == 'ci:run' }}
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run CI coverage check
run: bash scripts/check-ci-coverage.sh