Skip to content

Commit 3d238ed

Browse files
ihraskoGerrit Code Review
authored andcommitted
Merge "ci: remove duplicate Required info-yaml-verify vote"
2 parents 48476da + 507222b commit 3d238ed

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/gerrit-verify.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -181,25 +181,6 @@ jobs:
181181
GERRIT_REFSPEC: ${{ needs.call-gerrit-change-info.outputs.GERRIT_REFSPEC }}
182182
PRE_COMMIT_VERSION: "4.1.0"
183183

184-
185-
info-yaml-verify:
186-
needs: call-gerrit-change-info
187-
# yamllint disable-line rule:line-length
188-
uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-required-info-yaml-verify.yaml@b4c8bfdea114d034bfa6ed2fe2c9775bc091d5ca # v0.2.28
189-
with:
190-
GERRIT_BRANCH: ${{ needs.call-gerrit-change-info.outputs.GERRIT_BRANCH }}
191-
GERRIT_CHANGE_ID: ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_ID }}
192-
GERRIT_CHANGE_NUMBER: ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_NUMBER }}
193-
GERRIT_CHANGE_URL: ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_URL }}
194-
GERRIT_EVENT_TYPE: ${{ needs.call-gerrit-change-info.outputs.GERRIT_EVENT_TYPE }}
195-
GERRIT_PATCHSET_NUMBER: ${{ needs.call-gerrit-change-info.outputs.GERRIT_PATCHSET_NUMBER }}
196-
GERRIT_PATCHSET_REVISION: ${{ needs.call-gerrit-change-info.outputs.GERRIT_PATCHSET_REVISION }}
197-
GERRIT_PROJECT: ${{ needs.call-gerrit-change-info.outputs.GERRIT_PROJECT }}
198-
GERRIT_REFSPEC: ${{ needs.call-gerrit-change-info.outputs.GERRIT_REFSPEC }}
199-
TARGET_REPO: ${{ github.repository }}
200-
secrets:
201-
GERRIT_SSH_REQUIRED_PRIVKEY: ${{ secrets.GERRIT_SSH_REQUIRED_PRIVKEY }}
202-
203184
vote:
204185
if: ${{ always() }}
205186
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)