From ee5356d0d4005b3f6e1fe42636f1a7f37578015e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20V=C4=A9nh=20Thi=E1=BB=87n=20Ph=C3=BAc?= Date: Mon, 25 Nov 2024 14:00:08 +0700 Subject: [PATCH] MARP-1481 Update CI build --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0f268f..a3224ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,12 @@ on: push: pull_request: schedule: - - cron: '21 21 * * *' + - cron: '21 21 * * *' workflow_dispatch: jobs: - steps: - - uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v4 - with: - javaVersion: 21 - mvnVersion: 3.9.8 + build: + uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v4 + with: + javaVersion: 21 + mvnVersion: 3.9.8