Skip to content

Actions: fix Actions for contributor PRs#425

Merged
cperciva merged 1 commit into
masterfrom
actions
Jul 8, 2026
Merged

Actions: fix Actions for contributor PRs#425
cperciva merged 1 commit into
masterfrom
actions

Conversation

@gperciva

@gperciva gperciva commented Jul 8, 2026

Copy link
Copy Markdown
Member

No description provided.

- trigger on `pull_request`, not `push`.
- don't ignore branch names with a slash in them.  We don't use slashes,
  but external contributors often have branch names with slashes.
- we don't need to say anything about `coverity_scan`, because we're not
  opening PRs for it.

Also, fix the case of "runs-on: macOS-14"; it's documented as being
lower-case, so if they ever change this to be case-insensitive, the
previous version of this file would stop working.
(This point courtesy of Claude Sonnet 5.)
@cperciva cperciva merged commit 2dd617b into master Jul 8, 2026
2 checks passed
@gperciva gperciva deleted the actions branch July 8, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants