Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
marius.crisan authored and marius.crisan committed Dec 20, 2023
1 parent 441f933 commit 45d5c2a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/03_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ on:
jobs:

publish-extra-pkg-prod:
if: ${{ github.event_name == 'pull_request_review' &&
github.event.review.state == 'approved' &&
github.event.pull_request.head.ref == 'develop' &&
github.event.pull_request.base.ref == 'master' }}
if: ${{ github.event_name == 'pull_request_review' && github.event.review.state == 'approved' && github.event.pull_request.head.ref == 'develop' && github.event.pull_request.base.ref == 'master' }}
name: Build and publish cycler extra package
uses: ./.github/workflows/publish-extra-package.yml
with:
Expand Down

0 comments on commit 45d5c2a

Please sign in to comment.