This is an automated email from the ASF dual-hosted git repository.
sunlan 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 55ababc445 Disable micronaut joint validation build for now
55ababc445 is described below
commit 55ababc44546d2f459824ccae1313db8d93c1ae3
Author: Daniel Sun <[email protected]>
AuthorDate: Tue May 21 00:37:07 2024 +0900
Disable micronaut joint validation build for now
---
.github/workflows/micronaut-joint-validation.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/micronaut-joint-validation.yml
b/.github/workflows/micronaut-joint-validation.yml
index 88629810e5..24b062754b 100644
--- a/.github/workflows/micronaut-joint-validation.yml
+++ b/.github/workflows/micronaut-joint-validation.yml
@@ -15,7 +15,13 @@
name: "Micronaut Joint Validation Build"
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - disableForNowDueToFreakyDependency
+ pull_request:
+ branches:
+ - disableForNowDueToFreakyDependency
permissions:
contents: read