This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e14481540 minor refactor: avoid slow tests for trivial changes
3e14481540 is described below

commit 3e144815404b96a14d4220eeebb631aeedebb882
Author: Paul King <[email protected]>
AuthorDate: Tue Apr 7 09:02:24 2026 +1000

    minor refactor: avoid slow tests for trivial changes
---
 .github/workflows/groovy-build-coverage.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/groovy-build-coverage.yml 
b/.github/workflows/groovy-build-coverage.yml
index 8679e3350d..bff9d53e33 100644
--- a/.github/workflows/groovy-build-coverage.yml
+++ b/.github/workflows/groovy-build-coverage.yml
@@ -22,6 +22,7 @@ permissions:
 
 jobs:
   test:
+    if: contains(github.event.head_commit.message, 'GROOVY-')
     strategy:
       fail-fast: false
     runs-on: ubuntu-latest

Reply via email to