Skip to content

Commit

Permalink
Merge pull request #164 from microsoft/cicdsinglerun
Browse files Browse the repository at this point in the history
Limit CI/CD workflow to a single run
  • Loading branch information
abeltrano authored Feb 23, 2024
2 parents 9d6937f + c8442f7 commit c397daa
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 c397daa

Please sign in to comment.