Skip to content

Commit

Permalink
chore: fix logical expression in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Jul 13, 2024
1 parent 64b546f commit cb08bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
key: ${{ steps.nx-cache-restore.outputs.cache-primary-key }}

deploy-preview:
if: github.ref == 'refs/heads/develop' or github.event.pull_request.head.repo.full_name == github.repository
if: github.ref == 'refs/heads/develop' || github.event.pull_request.head.repo.full_name == github.repository
uses: ./.github/workflows/cd.yml
secrets: inherit
with:
Expand Down

0 comments on commit cb08bbc

Please sign in to comment.