ERROR
.gitignore
ERROR
.gitignore
Failed to calculate interdiff for this file.
ERROR
cmd/vkadm/main.go
ERROR
cmd/vkadm/main.go
Failed to calculate interdiff for this file.
ERROR
go.mod
ERROR
go.mod
Failed to calculate interdiff for this file.
ERROR
go.sum
ERROR
go.sum
Failed to calculate interdiff for this file.
NEW
.tangled/workflows/pull-request.yaml
NEW
.tangled/workflows/pull-request.yaml
···
1
1
{
2
-
when: [{ event: ["pull_request"], branch: ["main"] }],
2
+
when:
3
+
[
4
+
{ event: ["pull_request"], branch: ["main"] },
5
+
{ event: ["push", "manual"], branch: ["main"] },
6
+
],
3
7
engine: "nixery",
4
8
clone: { skip: false, depth: 1, submodules: false },
5
9
dependencies: { nixpkgs: ["go", "go-tools"] },