Skip to content

Commit

Permalink
Do not run shrinker tests on trunk (#673)
Browse files Browse the repository at this point in the history
They always fail, currently.
  • Loading branch information
JakeWharton authored Jan 29, 2025
1 parent 1bf0367 commit 1d7cef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d7cef0

Please sign in to comment.