Skip to content

Commit d5ca08d

Browse files
committed
Small irk with action naming.
1 parent 8dc9f53 commit d5ca08d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
release:
33
types:
44
- published
5-
name: Release
5+
name: Releasing
66
jobs:
77
build:
88
permissions:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7-
name: Running tests.
7+
name: Testing
88
uses: tktech/python-standard/.github/workflows/test.yml@v1
99
strategy:
1010
fail-fast: false

0 commit comments

Comments
 (0)