Skip to content

Commit

Permalink
Fixed syntax error 2
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 45d5c2a commit 8f6e84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/03_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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 8f6e84a

Please sign in to comment.