Skip to content

Commit fb1c26b

Browse files
authored
Merge pull request #2189 from urfave/v2-gha-workflow-differentiation
Name GitHub Actions workflows to differentiate v2
2 parents 35ed66a + 8704fc7 commit fb1c26b

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)