Browse Source

CLDC-4263: add label check to code workflow

pull/3235/head
Nat Dean-Lewis 5 days ago
parent
commit
939ac9ad5f
  1. 1
      .github/workflows/review_pipeline.yml

1
.github/workflows/review_pipeline.yml

@ -28,6 +28,7 @@ jobs:
code: code:
name: Deploy review app code name: Deploy review app code
if: contains(github.event.pull_request.labels.*.name, 'deploy-review')
needs: [infra] needs: [infra]
uses: ./.github/workflows/aws_deploy.yml uses: ./.github/workflows/aws_deploy.yml
with: with:

Loading…
Cancel
Save