From 2620656f3ad0ebaafb3ee5d6640d338bae1875de Mon Sep 17 00:00:00 2001 From: Benjin Dubishar Date: Fri, 27 Feb 2026 12:59:45 -0800 Subject: [PATCH] Adding an approval gate to the `build` job --- .github/workflows/pr-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 599d7ac6..1cb23ca8 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -14,6 +14,7 @@ permissions: {} jobs: # Build job that safely builds artifacts from PR code without access to secrets build: + environment: Automation test # this environment requires approval before running the action runs-on: ${{ matrix.os }} permissions: contents: read