Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ jobs:
# Never execute pull-request code in this job. It alone can create Checks and
# consumes only the exact JUnit artifact emitted by the unprivileged test job.
report:
name: Publish ERT / Emacs ${{ matrix.emacs-version }}
# GitHub evaluates this job's trust gate before expanding its matrix. Keep
# the job name static so skipped fork-PR runs never expose a raw expression.
name: Publish ERT checks
needs: test
if: ${{ always() && !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
runs-on: ubuntu-24.04
Expand Down
Loading