Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
feat(ci): cancel ci on updates (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocnc committed Nov 6, 2023
1 parent 061492a commit 9cc6726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ on:
branches:
- main

concurrency:
group: ci-${{ github.ref }}-tests
cancel-in-progress: true

jobs:
ci:
strategy:
Expand Down

0 comments on commit 9cc6726

Please sign in to comment.