Skip to content

Commit

Permalink
test: change pr deploy preview
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hollow committed Dec 10, 2024
1 parent b372a9e commit b5f6e9a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pr-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit b5f6e9a

Please sign in to comment.