Skip to content

Commit

Permalink
Revert "internal/ci: rename gerrithub #dispatchWorkflow"
Browse files Browse the repository at this point in the history
This reverts commit d276f58.

Reason for revert: automated submit went wrong and submitted CLs out of
order breaking the submission of the chain.

Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: I093df479aec18ce684b5af2ac451e622ae085c42
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/551621
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
  • Loading branch information
myitcv committed Mar 26, 2023
1 parent 0d89b9b commit 38156f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/ci/gerrithub/gerrithub.cue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _#gerritHubHostname: "review.gerrithub.io"

_#linuxMachine: "ubuntu-20.04"

#trybotDispatchWorkflow: json.#Workflow & {
#dispatchWorkflow: json.#Workflow & {
#type: string
_#branchNameExpression: "\(#type)/${{ github.event.client_payload.payload.changeID }}/${{ github.event.client_payload.payload.commit }}/${{ steps.gerrithub_ref.outputs.gerrithub_ref }}"
name: "Dispatch \(#type)"
Expand Down
2 changes: 1 addition & 1 deletion internal/ci/github/trybot_dispatch.cue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
package github

// The trybot_dispatch workflow.
workflows: trybot_dispatch: _base.#bashWorkflow & _gerrithub.#trybotDispatchWorkflow & {
workflows: trybot_dispatch: _base.#bashWorkflow & _gerrithub.#dispatchWorkflow & {
#type: _base.trybot.key
}

0 comments on commit 38156f2

Please sign in to comment.