Browse Source

limit review pipeline to single concurrency

pull/1033/head
Phil Lee 4 years ago
parent
commit
951bc8cae2
  1. 2
      .github/workflows/review_pipeline.yml

2
.github/workflows/review_pipeline.yml

@ -1,5 +1,7 @@
name: Review app pipeline name: Review app pipeline
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }}
on: on:
pull_request: pull_request:
types: types:

Loading…
Cancel
Save