diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index fbb58b7..5e61bc2 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest needs: [sync_repo_files, prepare_deployment_vars] if: | - (github.event_name == 'pull_request' && github.event.action != 'closed' && github.event.pull_request.merged == false)' + (github.event_name == 'pull_request' && github.event.action != 'closed' && github.event.pull_request.merged == false) steps: - name: Setup SSH uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1