Skip to content

Commit

Permalink
PLFM-8554: updated GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Sep 20, 2024
1 parent 3eecee4 commit f7344dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f7344dc

Please sign in to comment.