Skip to content

Commit fea85a8

Browse files
committed
Renamed github actions
1 parent e381f9d commit fea85a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-test-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflows will test the dev version of the API when pushed on github
22

3-
name: Python Test
3+
name: Python Test Github Dev Version
44

55
on:
66
[push, pull_request, discussion, issues]

.github/workflows/python-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflows will test the released version of the API
22

3-
name: Python Test
3+
name: Python Test Released Published Version
44

55
on:
66
release:

0 commit comments

Comments
 (0)