Skip to content

Commit

Permalink
Limit to 1 build per change in CI/CD using concurrency group.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Feb 23, 2024
1 parent 3c2e603 commit c8442f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
contents: read
actions: read
security-events: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
uses: ./.github/workflows/build.yml
with:
build-types: "[ 'Debug' ]"
Expand Down

0 comments on commit c8442f7

Please sign in to comment.