diff options
author | Anil Belur <abelur@linuxfoundation.org> | 2023-11-21 13:03:26 +1000 |
---|---|---|
committer | Anil Belur <abelur@linuxfoundation.org> | 2023-11-21 13:05:50 +1000 |
commit | 9bd4f9c49ea673abb467941a2d3b5b83c99b9838 (patch) | |
tree | 4a5ca2e016216c70513db73ae3faf45411b6f1e3 /.github/workflows | |
parent | 73a8d8e1d8d20b5398ab1870195fafa14120339d (diff) |
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 <abelur@linuxfoundation.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gerrit-ci-management-novote-verify.yaml | 2 | ||||
-rw-r--r-- | .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 }} |