Skip to content

ci: bump codecov/codecov-action from 5.0.7 to 5.1.1 #355

ci: bump codecov/codecov-action from 5.0.7 to 5.1.1

ci: bump codecov/codecov-action from 5.0.7 to 5.1.1 #355

name: "CI/CD pipeline: Cancel PR pipeline"
on:
pull_request_target:
types:
- closed
- converted_to_draft
- locked
branches:
- master
concurrency:
group: CI/CD Pipeline-${{ github.event.pull_request.number || github.event.pull_request.head.ref || github.ref_name }}
cancel-in-progress: true
jobs:
cancel:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
- run: echo CI/CD Pipeline-${{ github.event.pull_request.number || github.event.pull_request.head.ref || github.ref_name }}