Skip to content

Commit

Permalink
add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Jan 9, 2024
1 parent 71d6a20 commit 9e6f71d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generateNuGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ on:

run-name: ${{ github.event.inputs.run-name != '' && github.event.inputs.run-name || 'Generate NuGet Packages' }}

concurrency:
group: ${{ github.event.inputs.run-name != '' && github.event.inputs.run-name || 'Generate NuGet Packages' }}
cancel-in-progress: false

jobs:
GenerateNuGetPackages:
name: Generate NuGet Packages
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/generateRuntimeNuGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ on:

run-name: ${{ github.event.inputs.run-name != '' && github.event.inputs.run-name || 'Generate Runtime NuGet Packages' }}

concurrency:
group: ${{ github.event.inputs.run-name != '' && github.event.inputs.run-name || 'Generate Runtime NuGet Packages' }}
cancel-in-progress: false

jobs:
DetermineArtifacts:
name: Determine Business Central Artifacts
Expand Down

0 comments on commit 9e6f71d

Please sign in to comment.