We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb27eb3 commit 9b86087Copy full SHA for 9b86087
.github/workflows/build_test_ci.yml
@@ -40,7 +40,6 @@ jobs:
40
filters: .github/filters.yml
41
42
go-build-test:
43
- environment: ${{ github.event.pull_request.head.repo.fork == true && 'prod-external' || 'prod' }}
44
runs-on: ubuntu-latest
45
needs: changes
46
if: ${{ contains(fromJSON(needs.changes.outputs.paths), 'src') }}
@@ -87,7 +86,6 @@ jobs:
87
86
88
e2e-test:
89
90
91
strategy:
92
fail-fast: false
93
matrix:
0 commit comments