Compare commits

..

2 Commits

Author SHA1 Message Date
Thenlie 2726da9483 remove workflow_run conclusion check 2026-03-31 15:11:43 -06:00
Leithen f026adec83 Fix comment on PR workflow (#13188)
* remove specific node version so default is 24

* change success to completed in comment pr workflow
2026-03-31 14:53:45 -06:00
+1 -2
View File
@@ -12,8 +12,7 @@ jobs:
pull-requests: write pull-requests: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: > if: >
${{ github.event.workflow_run.event == 'pull_request' && ${{ github.event.workflow_run.event == 'pull_request' }}
github.event.workflow_run.conclusion == 'completed' }}
steps: steps:
- name: 'Download artifact' - name: 'Download artifact'
uses: actions/github-script@v8 uses: actions/github-script@v8