Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jul 8, 2024
1 parent 3efb288 commit 770dba0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
CI: true

- name: Build
if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/prod'
run: ng build
env:
NODE_OPTIONS: --openssl-legacy-provider
if: github.ref != 'refs/heads/staging' && github.ref != 'refs/heads/prod'
run: ng build
env:
NODE_OPTIONS: --openssl-legacy-provider

- name: Build for staging
if: github.ref == 'refs/heads/staging'
Expand Down

0 comments on commit 770dba0

Please sign in to comment.