Compare commits

..

2 Commits

Author SHA1 Message Date
Thenlie d2408b1bce change success to completed in comment pr workflow 2026-03-31 13:13:32 -06:00
Thenlie 29244bcf1b remove specific node version so default is 24 2026-03-31 13:13:32 -06:00
+2 -1
View File
@@ -12,7 +12,8 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
if: >
${{ github.event.workflow_run.event == 'pull_request' }}
${{ github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'completed' }}
steps:
- name: 'Download artifact'
uses: actions/github-script@v8