Skip to content

Commit

Permalink
.github: disable generation of schema
Browse files Browse the repository at this point in the history
There seems to be some caching issue.

Change-Id: Iafaf3441fc448cfc732525bbff961e0f7f406e67
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6304
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
  • Loading branch information
mpvl committed Jun 13, 2020
1 parent 7efeb70 commit ddc8eb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package workflows

//go:generate go run cuelang.org/go/cmd/cue cmd genworkflows cuelang.org/go/internal/ci
// Disable generation of this script for now.
// go:generate go run cuelang.org/go/cmd/cue cmd genworkflows cuelang.org/go/internal/ci

0 comments on commit ddc8eb4

Please sign in to comment.