Skip to content

Commit

Permalink
prevent concurrent execution of dev build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Nov 30, 2023
1 parent b90dc9b commit 8a30272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
description: "Docker Tag Prefix (leave blank for no docker build)"
required: false

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

jobs:
prinfo:
name: "Get PR info"
Expand Down

0 comments on commit 8a30272

Please sign in to comment.