Merge "fix(vpp): change vpp-cov-verify trigger to not match job name"
authorVanessa Valderrama <vvalderrama@linuxfoundation.org>
Thu, 26 Oct 2023 17:47:23 +0000 (17:47 +0000)
committerGerrit Code Review <gerrit@fd.io>
Thu, 26 Oct 2023 17:47:23 +0000 (17:47 +0000)
.github/workflows/gerrit-verify.yaml

index 7213c1f..c4c9c9c 100644 (file)
@@ -44,8 +44,10 @@ 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@4763193f992b39532dd373a268ed6d6fe11f8b72
+    # yamllint disable rule:line-length
+    uses:
+      lfit/releng-reusable-workflows/.github/workflows/gerrit-ci-management-verify.yaml@f1c0233862b6e944d4627a68a3f329cc97a50698  # v0.1.2
+    # yamllint enable rule:line-length
     with:
       GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
       GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}