This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: name dispatch workflow differently to default branch push workflow
This allows the status of the two workflows to be distinguished, which is important for the status badges offered by GitHub (at the moment we show the status of the "Test" workflow, which means that a broken dispatch build can show a red status despite the latest master build succeeding). Whilst we are at it, re-enable the go:generate of the workflows themselves. Change-Id: I2e93ab6839395fc92fec5f1f869c96854b63b22f Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6887 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org> Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
- Loading branch information
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package workflows | ||
|
||
// Disable generation of this script for now. | ||
// go:generate go run cuelang.org/go/cmd/cue cmd genworkflows cuelang.org/go/internal/ci | ||
//go:generate go run cuelang.org/go/cmd/cue cmd genworkflows cuelang.org/go/internal/ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters