File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
gitlab-dev-deploy :
8
8
if : ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
9
- uses : epam/ai-dial-ci/.github/workflows/deploy-development.yml@2.3.1
9
+ uses : epam/ai-dial-ci/.github/workflows/deploy-development.yml@2.4.0
10
10
with :
11
11
gitlab-project-id : " 1824"
12
12
gitlab-project-ref : " master"
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
pr-title-check :
12
- uses : epam/ai-dial-ci/.github/workflows/pr-title-check.yml@2.3.1
12
+ uses : epam/ai-dial-ci/.github/workflows/pr-title-check.yml@2.4.0
13
13
secrets :
14
14
ACTIONS_BOT_TOKEN : ${{ secrets.ACTIONS_BOT_TOKEN }}
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
run_tests :
9
- uses : epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@2.3.1
9
+ uses : epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@2.4.0
10
10
secrets : inherit
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
release :
9
- uses : epam/ai-dial-ci/.github/workflows/python_docker_release.yml@2.3.1
9
+ uses : epam/ai-dial-ci/.github/workflows/python_docker_release.yml@2.4.0
10
10
secrets : inherit
You can’t perform that action at this time.
0 commit comments