chore(ci): cancel in-progress runs (#302)

Co-authored-by: Andy <119136210+AndyMik90@users.noreply.github.com>
Co-authored-by: Alex <63423455+AlexMadera@users.noreply.github.com>
This commit is contained in:
Oluwatosin Oyeladun
2025-12-26 15:21:26 +01:00
committed by GitHub
parent c0a02a453d
commit 1c14227324
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -6,6 +6,10 @@ on:
pull_request:
branches: [main, develop]
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
actions: read
+4
View File
@@ -6,6 +6,10 @@ on:
pull_request:
branches: [main, develop]
concurrency:
group: lint-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
# Python linting
python: