Skip to content

Commit

Permalink
use environments
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait authored Jan 31, 2025
1 parent d2d1c76 commit 79e3e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
e2e-tests:
runs-on: ubuntu-latest
environment: ${{ github.event.pull_request.head.repo.fork == true && 'prod-external' || 'prod' }}
needs: changes
if: ${{ contains(fromJSON(needs.changes.outputs.paths), 'src') }}
env:
Expand Down

0 comments on commit 79e3e27

Please sign in to comment.