Skip to content

Commit

Permalink
Test: Track HEAD version of composed GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I5c1e148d2fae4137af238e402d31ef2cc72f0134
  • Loading branch information
tykeal committed Aug 16, 2023
1 parent e695bb8 commit ab7b2f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gerrit-ci-management-novote-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@ concurrency:
group: ci-management-${{ github.workflow }}-${{ github.event.inputs.GERRIT_CHANGE_ID || github.run_id }}
cancel-in-progress: true

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 }}
Expand Down

0 comments on commit ab7b2f0

Please sign in to comment.