Skip to content

Commit 9b86087

Browse files
committed
remove environment setting
1 parent fb27eb3 commit 9b86087

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_test_ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
filters: .github/filters.yml
4141

4242
go-build-test:
43-
environment: ${{ github.event.pull_request.head.repo.fork == true && 'prod-external' || 'prod' }}
4443
runs-on: ubuntu-latest
4544
needs: changes
4645
if: ${{ contains(fromJSON(needs.changes.outputs.paths), 'src') }}
@@ -87,7 +86,6 @@ jobs:
8786

8887
e2e-test:
8988
needs: changes
90-
environment: ${{ github.event.pull_request.head.repo.fork == true && 'prod-external' || 'prod' }}
9189
strategy:
9290
fail-fast: false
9391
matrix:

0 commit comments

Comments
 (0)