diff --git a/.github/workflows/pull_code.yml b/.github/workflows/pull_code.yml index a976f5a..8993f8c 100644 --- a/.github/workflows/pull_code.yml +++ b/.github/workflows/pull_code.yml @@ -20,7 +20,7 @@ jobs: deploy_dev_server: name: Deploy to Dev Servers runs-on: odex30-runner - if: (github.ref == 'refs/heads/dev_odex_base' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'dev') + if: (github.ref == 'refs/heads/dev_odex_base' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'dev')) steps: - name: Checkout And Restart Project run: |