diff --git a/.github/workflows/issue-write.yml b/.github/workflows/issue-write.yml index 8a083f9143ec6..4f8fd7a48aff6 100644 --- a/.github/workflows/issue-write.yml +++ b/.github/workflows/issue-write.yml @@ -7,6 +7,7 @@ on: - "Check for private emails used in PRs" - "PR Request Release Note" - "Code lint" + - "CI Checks" types: - completed diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml index 02a6f3b868d85..bacb51ba40a8c 100644 --- a/.github/workflows/premerge.yaml +++ b/.github/workflows/premerge.yaml @@ -119,6 +119,14 @@ jobs: path: artifacts/ retention-days: 5 include-hidden-files: 'true' + - name: Upload Comment + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + if: ${{ always && !startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm' }} + continue-on-error: true + with: + name: workflow-args + path: | + comments premerge-checks-windows: name: Build and Test Windows