Skip to content

Commit 589aff9

Browse files
committed
🧬 Rename reusable workflow for running pre-building test. Align the naming about it must to start with *rw_* if it's reusable workflow.
1 parent 340cd76 commit 589aff9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

.github/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# if: github.event_name == 'push' && (github.ref_name == 'release' || github.ref_name == 'master')
128128
if: github.event_name == 'push'
129129
needs: [codecov_finish, coveralls_finish, codacy_finish]
130-
uses: ./.github/workflows/pre-building_test.yaml
130+
uses: ./.github/workflows/rw_pre-building_test.yaml
131131
with:
132132
build-type: poetry
133133
python_package_name: Test-GitHub-Action-workflow

.github/workflows/test_python_project_ci_multi-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
# name: Check about it could work finely by installing the Python package with setup.py file
131131
if: github.event_name == 'push' && (github.ref_name == 'release' || github.ref_name == 'master')
132132
needs: [codecov_finish, coveralls_finish, codacy_finish, sonarqube_finish]
133-
uses: ./.github/workflows/pre-building_test.yaml
133+
uses: ./.github/workflows/rw_pre-building_test.yaml
134134
with:
135135
python_package_name: Test-GitHub-Action-workflow
136136
test_shell_in_python: from test_gh_workflow import sample

.github/workflows/test_python_project_ci_one-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
pre-building_test:
105105
# name: Check about it could work finely by installing the Python package with setup.py file
106106
needs: [codecov_finish, coveralls_finish, codacy_finish]
107-
uses: ./.github/workflows/pre-building_test.yaml
107+
uses: ./.github/workflows/rw_pre-building_test.yaml
108108
with:
109109
python_package_name: Test-GitHub-Action-workflow
110110
test_shell_in_python: from test_gh_workflow import sample

0 commit comments

Comments
 (0)