Skip to content

Commit 21c88a1

Browse files
authored
ci: Don't run toolchain-test in non-envoy repos (#40998)
Back port #40996 to 1.35 Signed-off-by: Ted Poole <[email protected]>
1 parent 0a02f39 commit 21c88a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/toolchain-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616
jobs:
1717
toolchain-test:
1818
runs-on: ubuntu-22.04
19+
if: github.repository == 'envoyproxy/envoy'
1920
strategy:
2021
fail-fast: false
2122
matrix:

0 commit comments

Comments
 (0)