Skip to content

CI: Switch workflow trigger from pull_request_target to pull_request#314

Merged
smuppand merged 1 commit intoqualcomm-linux:mainfrom
smuppand:license
Feb 23, 2026
Merged

CI: Switch workflow trigger from pull_request_target to pull_request#314
smuppand merged 1 commit intoqualcomm-linux:mainfrom
smuppand:license

Conversation

@smuppand
Copy link
Contributor

What changed

This PR updates the GitHub Actions workflow to use the pull_request event instead of pull_request_target.

Why

  • Ensures checks run against the actual PR code rather than the base branch
  • Avoids skipped or misleading CI results
  • Aligns with expected PR validation behavior

Impact

  • No functional code changes
  • CI now accurately reflects PR modifications

Use pull_request instead of pull_request_target so checks
run against PR code rather than the base branch.

Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Copy link
Contributor

@njjetha njjetha left a comment

Choose a reason for hiding this comment

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

LGTM!

@smuppand smuppand merged commit af4a762 into qualcomm-linux:main Feb 23, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants