From 45d5c2af7f18565928783ec7cd937bdf997eedd5 Mon Sep 17 00:00:00 2001 From: "marius.crisan" Date: Wed, 20 Dec 2023 12:07:52 +0100 Subject: [PATCH] Fixed syntax error --- .github/workflows/03_deploy_production.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/03_deploy_production.yml b/.github/workflows/03_deploy_production.yml index bac148d6..5887086e 100644 --- a/.github/workflows/03_deploy_production.yml +++ b/.github/workflows/03_deploy_production.yml @@ -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: