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 73e1c85847 Enable micronaut joint validation build
73e1c85847 is described below
commit 73e1c85847715e4928a22de2bfd3ae98b24d1458
Author: Daniel Sun <[email protected]>
AuthorDate: Sun Jun 2 19:14:13 2024 +0900
Enable micronaut joint validation build
---
.github/workflows/micronaut-joint-validation.yml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/.github/workflows/micronaut-joint-validation.yml
b/.github/workflows/micronaut-joint-validation.yml
index 24b062754b..88629810e5 100644
--- a/.github/workflows/micronaut-joint-validation.yml
+++ b/.github/workflows/micronaut-joint-validation.yml
@@ -15,13 +15,7 @@
name: "Micronaut Joint Validation Build"
-on:
- push:
- branches:
- - disableForNowDueToFreakyDependency
- pull_request:
- branches:
- - disableForNowDueToFreakyDependency
+on: [push, pull_request]
permissions:
contents: read