Skip to content

Commit

Permalink
ci(gh-actions): Cancel old pipelines to the same PR/branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov committed Jan 28, 2024
1 parent 74a50c5 commit d884879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

on:
workflow_dispatch:
merge_group:
Expand Down

0 comments on commit d884879

Please sign in to comment.