Skip to content

Commit

Permalink
Cancel in progress old CI runs
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jan 5, 2022
1 parent d69e90d commit d8965c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
tags:
- "*.*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

concurrency:
group: '${{ github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit d8965c4

Please sign in to comment.