From ed958d4780339e50fbad22404c4e9db56f55eab1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 18 Feb 2022 09:52:56 +0100 Subject: [PATCH] Shared GitHub actions v2 --- .github/workflows/{maven.yml => maven-verify.yml} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename .github/workflows/{maven.yml => maven-verify.yml} (92%) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven-verify.yml similarity index 92% rename from .github/workflows/maven.yml rename to .github/workflows/maven-verify.yml index 41d662d..bbd7786 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven-verify.yml @@ -14,15 +14,14 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -name: Java CI + +name: Verify on: push: - branches-ignore: - - dependabot/** pull_request: jobs: build: name: Verify - uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1 + uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2