Skip to content

Commit 8768c68

Browse files
authored
test proto removed (#10)
Co-authored-by: Mohammad Mahdi Malmasi
1 parent 4d11544 commit 8768c68

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

.github/workflows/build_and_push_python_codes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
DESTINATION_TOKEN: ${{ secrets.PYTHON_DESTINATION_TOKEN }}
1515

1616
jobs:
17-
build:
17+
build-and-push:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout source code

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ clean:
99
set_new_version_tag:
1010
bash ./scripts/generate_new_version_tag.sh
1111

12-
trigger_build_CIs:
13-
bash ./scripts/trigger_build_CIs.sh $(filter-out $@,$(MAKECMDGOALS))
14-
1512
install_python_requirements:
1613
pip install -r $(PYTHON_REQUIREMENTS_FILE_PATH)
1714

protos/test/test.proto

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)