diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 9298742ac6..d0ad1c8205 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -608,7 +608,11 @@ jobs: echo "Array API standard conformance tests failed to run for dpctl=$PACKAGE_VERSION." exit 1 fi + - name: Output API summary + shell: bash -l {0} + run: echo "::notice ${{ env.MESSAGE }}" - name: Post result to PR + if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork }} uses: mshick/add-pr-comment@v1 with: message: |