From 0482c9cec1fb66a59762d433828ab9ada7c2fb21 Mon Sep 17 00:00:00 2001 From: Matt Dean Date: Mon, 13 Jan 2025 15:54:03 +0000 Subject: [PATCH] [NRL-1258] Use pull-request environment for PR build step --- .github/workflows/pr-env-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-env-deploy.yml b/.github/workflows/pr-env-deploy.yml index a90419e50..c21dbc24d 100644 --- a/.github/workflows/pr-env-deploy.yml +++ b/.github/workflows/pr-env-deploy.yml @@ -20,6 +20,7 @@ jobs: set-environment-id: name: Set Environment ID runs-on: [self-hosted, ci] + environment: pull-request steps: - name: Set a ID based on the branch name id: set_environment_id @@ -44,6 +45,7 @@ jobs: build: name: Build Application runs-on: [self-hosted, ci] + environment: pull-request steps: - name: Git Clone - ${{ github.event.pull_request.head.ref }} uses: actions/checkout@v4