We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc9f53 commit d5ca08dCopy full SHA for d5ca08d
.github/workflows/release.yml
@@ -2,7 +2,7 @@ on:
2
release:
3
types:
4
- published
5
-name: Release
+name: Releasing
6
jobs:
7
build:
8
permissions:
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on: [push]
test:
- name: Running tests.
+ name: Testing
uses: tktech/python-standard/.github/workflows/test.yml@v1
9
strategy:
10
fail-fast: false
0 commit comments