Skip to content

Commit fd89aeb

Browse files
authored
Merge pull request #273 from Azure/dev/benjin/addingEarlierCheck
Adding an approval gate to the `build` job
2 parents 0e9a1d7 + 8fe908b commit fd89aeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions: {}
1414
jobs:
1515
# Build job that safely builds artifacts from PR code without access to secrets
1616
build:
17+
environment: Automation test # Require approval before running the action
1718
runs-on: ${{ matrix.os }}
1819
permissions:
1920
contents: read

0 commit comments

Comments
 (0)