Skip to content

Commit 2767b3d

Browse files
committed
[NRL-1922] Fix pr-checks workflow issues
1 parent 3c44d1b commit 2767b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
build:
1010
name: Build and test
1111
runs-on: codebuild-nhsd-nrlf-ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
12+
environment: pull-request
1213
permissions:
1314
contents: read
1415
actions: write
@@ -40,6 +41,7 @@ jobs:
4041
name: SonarQube analysis and quality gate check
4142
runs-on: ubuntu-latest
4243
needs: build
44+
environment: pull-request
4345
permissions:
4446
contents: read
4547
actions: write

0 commit comments

Comments
 (0)