Skip to content

Commit 9b04ac5

Browse files
committed
removed separate push_to_bkbit workflows
1 parent 075ff7e commit 9b04ac5

File tree

6 files changed

+1
-61
lines changed

6 files changed

+1
-61
lines changed

.github/workflows/push_anatomical_structure_to_bkbit.yaml

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

.github/workflows/push_genome_annotation_to_bkbit.yaml

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

.github/workflows/push_librarygeneration_to_bkbit.yaml renamed to .github/workflows/push_pydantic_to_bkbit.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- push_to_bkbit_workflow_20241202
87
paths:
98
- 'models_py-autogen/**'
109
workflow_run:
@@ -78,5 +77,5 @@ jobs:
7877
ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
7978
run: |
8079
curl -X POST -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
81-
-d "{\"title\":\"Automated PR from brain-bican/models: new version of pydantic model(s).\", \"body\":\"This PR includes changes to the following models:\\n\\n${ALL_CHANGED_FILES}\", \"head\":\"${{ env.branch_name }}\", \"base\":\"main\"}" \
80+
-d "{\"title\":\"Automated PR from brain-bican/models: adding new version of pydantic model(s)\", \"body\":\"This PR includes changes to the following models:\\n\\n${ALL_CHANGED_FILES}\", \"head\":\"${{ env.branch_name }}\", \"base\":\"main\"}" \
8281
https://api.github.com/repos/$TARGET_REPO/pulls

models_py-autogen/library_generation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Test6
21
from __future__ import annotations
32
from datetime import (
43
datetime,

models_py-autogen/new_model.py

Whitespace-only changes.

models_py-autogen/new_model_2.py

Whitespace-only changes.

0 commit comments

Comments
 (0)