From b5f6e9a465fdd69dffbcdc029fbbd6a6cff794d1 Mon Sep 17 00:00:00 2001 From: "kirill.chalov" Date: Tue, 10 Dec 2024 19:36:14 +0800 Subject: [PATCH] test: change pr deploy preview --- .github/workflows/pr-deploy-preview.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-deploy-preview.yml b/.github/workflows/pr-deploy-preview.yml index 793e95e0..c6eabab3 100644 --- a/.github/workflows/pr-deploy-preview.yml +++ b/.github/workflows/pr-deploy-preview.yml @@ -2,9 +2,11 @@ name: Deploy preview for PR on: workflow_run: - workflows: ["Build preview for PR"] + workflows: [Build preview for PR] types: - completed + branches: + - develop permissions: contents: read @@ -26,6 +28,11 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: + - name: Debug: List workflow details + run: | + echo "Workflow name: ${{ github.event.workflow_run.name }}" + echo "Pull request: ${{ github.event.workflow_run.pull_requests[0].number }}" + - name: Download artifacts uses: actions/download-artifact@v3 with: