From d5b6e7f3a36e87de153ff19102e1a597156c213a Mon Sep 17 00:00:00 2001 From: Mladjan Gadzic Date: Tue, 16 Jan 2024 10:19:20 +0100 Subject: [PATCH] Update and rename to HDDS-9486-1.yml --- .github/workflows/HDDS-9486-1.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/HDDS-9486-1.yml b/.github/workflows/HDDS-9486-1.yml index 37946ba7c53..0868c28481f 100644 --- a/.github/workflows/HDDS-9486-1.yml +++ b/.github/workflows/HDDS-9486-1.yml @@ -1,17 +1,17 @@ -name: HDDS-9484-1 +name: HDDS-9486-1 on: schedule: - cron: '*/30 * * * *' env: MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 jobs: - HDDS-9484-1: - name: HDDS-9484-1 + HDDS-9486-1: + name: HDDS-9486-1 runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: - ref: HDDS-9484-1 + ref: HDDS-9486-1 - name: Cache for maven dependencies uses: actions/cache@v2 with: @@ -32,7 +32,7 @@ jobs: uses: actions/upload-artifact@v2 if: always() with: - name: HDDS-9484-1 + name: HDDS-9486-1 path: target/integration - name: Delete temporary build artifacts before caching run: |