File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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.1 .0
9
+ uses : epam/ai-dial-ci/.github/workflows/deploy-development.yml@2.2 .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 4
4
jobs :
5
5
e2e-tests :
6
6
if : ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
7
- uses : epam/ai-dial-ci/.github/workflows/e2e-test.yml@2.1 .0
7
+ uses : epam/ai-dial-ci/.github/workflows/e2e-test.yml@2.2 .0
8
8
with :
9
9
gitlab-project-id : " 1843"
10
10
secrets :
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.1 .0
12
+ uses : epam/ai-dial-ci/.github/workflows/pr-title-check.yml@2.2 .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.1 .0
9
+ uses : epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@2.2 .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.1 .0
9
+ uses : epam/ai-dial-ci/.github/workflows/python_docker_release.yml@2.2 .0
10
10
secrets : inherit
You can’t perform that action at this time.
0 commit comments