Skip to content

Commit 0482c9c

Browse files
committed
[NRL-1258] Use pull-request environment for PR build step
1 parent d3cd4a7 commit 0482c9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-env-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
set-environment-id:
2121
name: Set Environment ID
2222
runs-on: [self-hosted, ci]
23+
environment: pull-request
2324
steps:
2425
- name: Set a ID based on the branch name
2526
id: set_environment_id
@@ -44,6 +45,7 @@ jobs:
4445
build:
4546
name: Build Application
4647
runs-on: [self-hosted, ci]
48+
environment: pull-request
4749
steps:
4850
- name: Git Clone - ${{ github.event.pull_request.head.ref }}
4951
uses: actions/checkout@v4

0 commit comments

Comments
 (0)