add new CI step: "setup upstream remote"
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
33ac202904
commit
4454fa998c
3 changed files with 39 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -122,6 +122,9 @@ jobs:
|
|||
# which then uses log commands to actually set them.
|
||||
EXTRA_VARIABLES: ${{ toJson(matrix.env) }}
|
||||
|
||||
- name: setup upstream remote
|
||||
run: src/ci/scripts/setup-upstream-remote.sh
|
||||
|
||||
- name: ensure the channel matches the target branch
|
||||
run: src/ci/scripts/verify-channel.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue