Enable staleness tests for 25.x branch

PiperOrigin-RevId: 574579237
pull/14373/head
Adam Cozzette 1 year ago committed by Copybara-Service
parent 8ff15497f3
commit 0883b22ac4
  1. 2
      .github/workflows/staleness_check.yml

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [main, 22.x, 23.x, 24.x]
branch: [main, 22.x, 23.x, 24.x, 25.x]
os: [{ name: Linux, value: ubuntu-latest}]
name: Test staleness ${{ matrix.os.name }} ${{ github.head_ref && 'PR' || matrix.branch }}

Loading…
Cancel
Save