From a94ccd69f40376f5d1b95081f8c6f4580c66fccf Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Fri, 26 Jul 2024 19:16:15 +0000 Subject: [PATCH] More matrix trials --- .github/workflows/staleness_check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staleness_check.yml b/.github/workflows/staleness_check.yml index 709849c6a3..1ff6bd8486 100644 --- a/.github/workflows/staleness_check.yml +++ b/.github/workflows/staleness_check.yml @@ -25,9 +25,10 @@ jobs: matrix: os: [{ name: Linux, value: ubuntu-latest}] branch: ['25.x', '27.x', '28.x'] - presubmit-run: ${{ !inputs.continuous-run }} + isPR: + - ${{ !inputs.continuous-run }} exclude: - - presubmit-run: true + - { isPR: true } include: - os: [{ name: Linux, value: ubuntu-latest}] branch: ['main']