Skip to content

Commit

Permalink
Update staleness tests to only run over release branch (#18398)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google authored Sep 18, 2024
1 parent ce60d01 commit 8e94b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staleness_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [main, 25.x, 27.x]
branch: [28.x]
os: [{ name: Linux, value: ubuntu-latest}]

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

0 comments on commit 8e94b14

Please sign in to comment.