From f7344dcd3101ddaf6f0f559d2c4fc480a6e906b5 Mon Sep 17 00:00:00 2001 From: bhoff Date: Fri, 20 Sep 2024 14:22:35 -0700 Subject: [PATCH] PLFM-8554: updated GitHub workflow --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c01122d..faf1392 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,8 @@ on: concurrency: ci-${{ github.ref }} env: - branch: ${{ github.head_ref || github.ref_name }} - + branch: ${{ github.head_ref || github.ref_name }} + jobs: tests: runs-on: ubuntu-latest @@ -40,7 +40,7 @@ jobs: build-registry-container: needs: [tests, synth-test] - if: ${{env.branch == 'dev'}} || ${{env.branch == 'prod'}} + if: ${{ env.branch }} == 'dev' || ${{ env.branch }} == 'prod' runs-on: ubuntu-latest steps: - name: Checkout repository