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

feat: move benchmark trigger to workflow_run #318

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

Because triggers to eicweb rely on repository secrets, they cannot be succesfully triggered by forked repositories. This moves the triggers to a workflow_run, which is triggered with repository permissions after a successful workflow run. This would allow also pull requests from forked repositories to trigger benchmarks.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

@wdconinc wdconinc linked an issue Nov 23, 2022 that may be closed by this pull request
@github-actions github-actions bot added the topic: infrastructure Regarding build system, CI, CD label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Regarding build system, CI, CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not fail pull requests from forks on trigger-detector-benchmarks
1 participant