From 9bd4f9c49ea673abb467941a2d3b5b83c99b9838 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 21 Nov 2023 13:03:26 +1000 Subject: CI: Update the upstream version to main Set main to test more recent changes on the upstream repo. Issue-ID: CIMAN-33 Change-Id: Iaa4dc3eca394151ab409e3c6f6a61c70d71b6dbc Signed-off-by: Anil Belur --- .github/workflows/gerrit-ci-management-novote-verify.yaml | 2 +- .github/workflows/gerrit-ci-management-verify.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gerrit-ci-management-novote-verify.yaml b/.github/workflows/gerrit-ci-management-novote-verify.yaml index a49792930..84df62071 100644 --- a/.github/workflows/gerrit-ci-management-novote-verify.yaml +++ b/.github/workflows/gerrit-ci-management-novote-verify.yaml @@ -52,7 +52,7 @@ permissions: read-all jobs: call-gerrit-ci-management-verify: # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/composed-ci-management-verify.yaml@c2ac0a0837fb45713491e3074c1199c344dbe3a3 + uses: lfit/releng-reusable-workflows/.github/workflows/composed-ci-management-verify.yaml@main with: GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }} diff --git a/.github/workflows/gerrit-ci-management-verify.yaml b/.github/workflows/gerrit-ci-management-verify.yaml index 7286e111c..828ba489e 100644 --- a/.github/workflows/gerrit-ci-management-verify.yaml +++ b/.github/workflows/gerrit-ci-management-verify.yaml @@ -45,7 +45,7 @@ on: jobs: call-gerrit-ci-management-verify: # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-ci-management-verify.yaml@f1c0233862b6e944d4627a68a3f329cc97a50698 # v0.1.2 + uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-ci-management-verify.yaml@main with: GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }} -- cgit 1.2.3-korg