Skip to content

Commit ad49a3e

Browse files
committed
🐛 fix naming in actions
1 parent 7b4b035 commit ad49a3e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/_publish.yml renamed to .github/workflows/_publish-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Publish releases to PyPi
33
#
4-
name: Publish
4+
name: Publish Code
55

66
on:
77
workflow_call:
File renamed without changes.

.github/workflows/_sync-readme.yml renamed to .github/workflows/_publish-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync `documentation` directory to ReadMe
1+
name: Publish Guide to readme.com
22

33
on:
44
workflow_call:

.github/workflows/publish-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
types: [ published ]
66

77
jobs:
8-
docs-publish:
9-
uses: mindee/mindee-api-python/.github/workflows/_docs.yml@main
8+
publish_docs:
9+
uses: mindee/mindee-api-python/.github/workflows/_publish-docs.yml@main
1010
secrets: inherit
11-
sync-readme:
12-
uses: mindee/mindee-api-python/.github/workflows/_sync-readme.yml@main
13-
needs: docs-publish
11+
publish_guide:
12+
uses: mindee/mindee-api-python/.github/workflows/_publish-guide.yml@main
13+
needs: publish_docs
1414
secrets: inherit
15-
maven-publish:
16-
uses: mindee/mindee-api-python/.github/workflows/_publish.yml@main
15+
publish_code:
16+
uses: mindee/mindee-api-python/.github/workflows/_publish-code.yml@main
1717
secrets: inherit

.github/workflows/push-main-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
secrets: inherit
1515
tag:
1616
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
17-
needs: build
17+
needs: test_units

0 commit comments

Comments
 (0)