Skip to content

Commit

Permalink
Merge pull request #3904 from continuedev/nate/ci2
Browse files Browse the repository at this point in the history
env
  • Loading branch information
sestinj authored Jan 30, 2025
2 parents 6c48d4f + f15e0fa commit 52ec0e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 52ec0e2

Please sign in to comment.