Skip to content

chore(deps): bump aiohttp from 3.9.4 to 3.10.2 #192

chore(deps): bump aiohttp from 3.9.4 to 3.10.2

chore(deps): bump aiohttp from 3.9.4 to 3.10.2 #192

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 }}