mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Migrate the Jenkins dispatch workflow from `pull_request` to `pull_request_target` so that secrets are available for PRs from forks, enabling CI to run on external contributions. - Switch trigger from `pull_request` to `pull_request_target` - Add `github.event.action` to concurrency group to prevent the `opened` event from cancelling in-progress CI runs, which caused `detect-changes` to be skipped on new PRs - Remap `pull_request_target` back to `pull_request` in the `X-Github-Event` header for Jenkins compatibility - Remove `pr-retrigger-ci-instructions` Co-authored-by: Sagar Arora <sagar.arora@openairinterface.org> Co-authored-by: Jaroslava Fiedlerova <jaroslava.fiedlerova@openairinterface.org> Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org>