Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the on_pull_request_target trigger from the download test. #3399

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

MatthiasZepper
Copy link
Member

@MatthiasZepper MatthiasZepper commented Jan 15, 2025

Admittedly, I had used GitHub Copilot to pick the triggers for the Download test workflow. However, it turns out that running on pull_request_target is useless, since the download test will only be run on the release PRs from dev to main. and a released pipeline should have passed that test before.

Additionally, I am removing the edited web hook, since editing the text of the PR description is not really a useful trigger for testing the download.

PR checklist

  • This comment contains a description of changes (with reason)
  • CHANGELOG.md is updated
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated

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.

3 participants