Skip to content

Commit 78e1c09

Browse files
Update staleness tests to only run over release branch (#18397)
1 parent 4a197e7 commit 78e1c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staleness_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
branch: [main, 22.x, 23.x, 24.x]
21+
branch: [25.x]
2222
os: [{ name: Linux, value: ubuntu-latest}]
2323

2424
name: Test staleness ${{ matrix.os.name }} ${{ github.head_ref && 'PR' || matrix.branch }}

0 commit comments

Comments
 (0)