File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed
Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -112,22 +112,6 @@ concurrency:
112112 cancel-in-progress : true
113113
114114jobs :
115- notify-start :
116- runs-on : ubuntu-latest
117- steps :
118- - name : Notify workflow start
119- # yamllint disable-line rule:line-length
120- uses : lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9
121- with :
122- host : ${{ vars.GERRIT_SERVER }}
123- username : ${{ vars.GERRIT_SSH_REQUIRED_USER }}
124- key : ${{ secrets.GERRIT_SSH_REQUIRED_PRIVKEY }}
125- known_hosts : ${{ vars.GERRIT_KNOWN_HOSTS }}
126- gerrit-change-number : ${{ github.event.inputs.GERRIT_CHANGE_NUMBER }}
127- gerrit-patchset-number : ${{ github.event.inputs.GERRIT_PATCHSET_NUMBER }}
128- vote-type : clear
129- comment-only : true
130-
131115 merge-docs :
132116 # yamllint disable-line rule:line-length
133117 name : ${{ inputs.GERRIT_CHANGE_NUMBER }}/${{ inputs.GERRIT_PATCHSET_NUMBER}}__${{ inputs.GERRIT_BRANCH }}__${{ inputs.FDIO_NAMESPACE }}
Original file line number Diff line number Diff line change @@ -112,22 +112,6 @@ concurrency:
112112 cancel-in-progress : true
113113
114114jobs :
115- notify-start :
116- runs-on : ubuntu-latest
117- steps :
118- - name : Notify workflow start
119- # yamllint disable-line rule:line-length
120- uses : lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9
121- with :
122- host : ${{ vars.GERRIT_SERVER }}
123- username : ${{ vars.GERRIT_SSH_REQUIRED_USER }}
124- key : ${{ secrets.GERRIT_SSH_REQUIRED_PRIVKEY }}
125- known_hosts : ${{ vars.GERRIT_KNOWN_HOSTS }}
126- gerrit-change-number : ${{ github.event.inputs.GERRIT_CHANGE_NUMBER }}
127- gerrit-patchset-number : ${{ github.event.inputs.GERRIT_PATCHSET_NUMBER }}
128- vote-type : clear
129- comment-only : true
130-
131115 merge-maketest :
132116 # yamllint disable-line rule:line-length
133117 name : ${{ inputs.GERRIT_CHANGE_NUMBER }}/${{ inputs.GERRIT_PATCHSET_NUMBER}}__${{ inputs.GERRIT_BRANCH }}__${{ inputs.FDIO_NAMESPACE }}
You can’t perform that action at this time.
0 commit comments