Skip to content

Commit

Permalink
od: ci: Cancel previous builds when PR is updated
Browse files Browse the repository at this point in the history
Signed-off-by: Gleb Mazovetskiy <[email protected]>
  • Loading branch information
glebm authored and pcercuei committed Nov 22, 2022
1 parent 652b659 commit 555f3af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- opendingux

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

jobs:
build:
name: Build
Expand Down

0 comments on commit 555f3af

Please sign in to comment.