From 1d7cef073225185093e34e1192df49a8e8c247bc Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Wed, 29 Jan 2025 15:01:29 -0500 Subject: [PATCH] Do not run shrinker tests on trunk (#673) They always fail, currently. --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 609693ac..4b8253c7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -154,6 +154,7 @@ jobs: # up the additional test runs for use in the above matrix-based runner. For now, run them through # Gradle on a single OS and single JDK just to get some coverage. terminal-shrinker-tests: + if: ${{ github.ref != 'refs/heads/trunk' }} needs: - terminal-zig runs-on: macos-15