Skip to content

Commit

Permalink
PLFM-8554: order of operations
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Sep 21, 2024
1 parent f76d001 commit c93a7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
build-registry-container:
needs: [tests, synth-test]
# only run on a push/merge, not on a PR
if: ${{ github.ref_name }} == 'dev' || ${{ github.ref_name }} == 'prod'
if: (${{ github.ref_name }} == 'dev') || (${{ github.ref_name }} == 'prod')
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit c93a7d9

Please sign in to comment.