Skip to content

Commit 367b786

Browse files
committed
test: add tests to pr-deploy-preview
1 parent f853ed1 commit 367b786

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pr-deploy-preview.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ permissions:
1111
id-token: write
1212
pull-requests: write
1313

14-
concurrency:
15-
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
16-
cancel-in-progress: false
17-
1814
env:
1915
HUGO_BASEURL: "https://preview-developer.espressif.com/pr${{ github.event.workflow_run.pull_requests[0].number }}/"
2016

@@ -26,6 +22,11 @@ jobs:
2622
github.event.workflow_run.conclusion == 'success'
2723
2824
steps:
25+
- name: Debug: List workflow details
26+
run: |
27+
echo "Workflow name: ${{ github.event.workflow_run.name }}"
28+
echo "Pull request: ${{ github.event.workflow_run.pull_requests[0].number }}"
29+
2930
- name: Download artifacts
3031
uses: actions/download-artifact@v3
3132
with:

0 commit comments

Comments
 (0)