From f15e0fa6257f19c95eea3e1f5b5b858989ec8807 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 30 Jan 2025 09:31:04 -0800 Subject: [PATCH] env --- .github/workflows/pr_checks.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index f5a8ed0ac3..ccc9e8a448 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -24,7 +24,7 @@ on: jobs: validate-pr: runs-on: ubuntu-latest - environment: ${{ github.event.pull_request.head.repo.fork && 'tests-requiring-secrets' || '' }} + environment: tests-requiring-secrets steps: - uses: actions/checkout@v4 @@ -86,7 +86,7 @@ jobs: core-checks: needs: install-core runs-on: ubuntu-latest - environment: ${{ github.event.pull_request.head.repo.fork && 'tests-requiring-secrets' || '' }} + environment: tests-requiring-secrets steps: - uses: actions/checkout@v4 with: @@ -443,7 +443,7 @@ jobs: ] runs-on: ubuntu-latest # Tests requiring secrets need approval from maintainers - environment: ${{ github.event.pull_request.head.repo.fork && 'tests-requiring-secrets' || '' }} + environment: tests-requiring-secrets strategy: fail-fast: false matrix: