From f5a1593474ddaa4b0c829391b3389c510fe0344e Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 4 Nov 2023 12:49:44 -0400 Subject: [PATCH 1/2] [pom] Run pom sort --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 639a5ee..cb84057 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.mybatis mybatis-parent 39 - + org.mybatis.caches @@ -38,10 +38,10 @@ 2016 - https://github.com/mybatis/caffeine-cache scm:git:ssh://git@github.com/mybatis/caffeine-cache.git scm:git:ssh://git@github.com/mybatis/caffeine-cache.git HEAD + https://github.com/mybatis/caffeine-cache GitHub Issue Management From 77e5173d62b8057d5bded5d25d9dbbeab198af42 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 4 Nov 2023 12:52:43 -0400 Subject: [PATCH 2/2] [GHA] Add workflow_dispatch to ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fdfb248..f303abc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ name: Java CI -on: [push, pull_request] +on: [workflow_dispatch, push, pull_request] jobs: test: