You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github/workflows: make adjustments for new GitHub workflow behavior
This was a semi-automatic change that makes the following changes across
all affected files:
- Creates new *-<branch>.yaml versioned files
- Adds branches filter to pull_request_target (e.g., branches: [v1.18])
- Add "ignore branches" for all files without the prefix *-.yaml so that
we don't run pull_request_target from main branch for stable branches
events.
A special mention to .github/workflows/build-images-base-v1.16.yaml
which had to suffer more adjustments in order for it to work with the
set-runtime-image which allows the workflow to use a dynamic
CILIUM_RUNTIME image without hardcoding it in the workflow. Having this
value hardcoded would it make difficult for renovate to update the
this value on the v1.16 branch and test it on that same PR.
Fixes: 23454eb (".github/workflows: copy stable workflows to main branch")
Signed-off-by: André Martins <andre@cilium.io>
0 commit comments