Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@cgundy
Copy link
Member

@cgundy cgundy commented Oct 20, 2025

No description provided.

@github-actions github-actions bot added the feat label Oct 20, 2025
ci-pr-only:
name: CI PR Only
# only run on PRs and not forked PRs
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original ci-pr-only workflow was only triggered on opened, synchronize or reopened PR event types. Does it make sense to further constrain this condition to only call ci-pr-only.yml when github.event.type is one of those types?

Otherwise we would also be running that workflow if the PR title or description is edited for example, or when labels are added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants