Browse Source

limit review pipeline to single concurrency (#1033)

CLDC-1672-scheme-reactivation-review-app
Phil Lee 2 years ago committed by GitHub
parent
commit
3ea0c80c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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