File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1+ name : ' Parent Images: Build'
2+
3+ on :
4+ workflow_dispatch :
5+
6+ pull_request :
7+ types : [opened, synchronize, reopened]
8+
9+ permissions :
10+ id-token : write
11+ contents : write
12+ actions : read
13+
14+ jobs :
15+ call-pi-build :
16+ uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_build.yml@dev
17+ secrets : inherit
Original file line number Diff line number Diff line change 1+ name : ' Parent Images: Parent Image Merge'
2+
3+ on :
4+ workflow_dispatch :
5+
6+ pull_request :
7+ types : [closed]
8+
9+ permissions :
10+ id-token : write
11+ contents : write
12+ actions : read
13+
14+ jobs :
15+ call-pi-merge-parent-image :
16+ uses : code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_parent_image.yml@dev
17+ if : ${{ github.event.pull_request.merged }}
18+ secrets : inherit
Original file line number Diff line number Diff line change 11-r mini-requirements.in
22boto3==1.25.0
33minio==7.1.12
4- numpy==1.23.4
4+ numpy==1.23.5
55pandas==1.5.1
66psycopg2-binary==2.9.9
77SQLAlchemy==1.4.42
You can’t perform that action at this time.
0 commit comments