From 0ea895cb975ce86ad614a0c4a75a73866be9c651 Mon Sep 17 00:00:00 2001 From: John Corpuz Date: Fri, 18 Oct 2024 10:48:58 -0400 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fe4e30d5..c5994474 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ concurrency: jobs: Test_Build: - name: Run Tests and Deploy + name: Run Tests and Deploy2 runs-on: ubuntu-latest environment: ${{ github.ref=='refs/heads/main' && 'build_main' || 'build_pr' }} timeout-minutes: 20 @@ -162,4 +162,4 @@ jobs: path: "**/surefire-reports/**/*.xml" reporter: java-junit fail-on-error: true - only-summary: 'true' \ No newline at end of file + only-summary: 'true'