Skip to content

Commit 8704fc7

Browse files
committed
Name GitHub Actions workflows to differentiate v2
1 parent 35ed66a commit 8704fc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests
1+
name: v2 Run tests
22
on:
33
push:
44
branches:

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: golangci-lint
1+
name: v2 golangci-lint
22
on:
33
push:
44
tags:

0 commit comments

Comments
 (0)