Skip to content

Commit 6160e0b

Browse files
committed
Make the workflow names consistent [skip ci]
1 parent a0eb38b commit 6160e0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "v*"
77

88
jobs:
9-
test-and-release:
9+
release:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3

.github/workflows/test-and-snapshot.yml renamed to .github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Test & Snapshot
1+
name: Snapshot
22

33
on:
44
push:
55
branches:
66
- master
77

88
jobs:
9-
test-and-snapshot:
9+
snapshot:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)