File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 github.event_name == 'workflow_dispatch' ||
1515 github.event.registry_package.package_version.container_metadata.tag.name == 'development' ||
1616 (github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'development')
17- uses : epam/ai-dial-ci/.github/workflows/deploy-development.yml@4.0.1
17+ uses : epam/ai-dial-ci/.github/workflows/deploy-development.yml@4.2.0
1818 with :
1919 gitlab-project-id : " 2979"
2020 secrets :
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ concurrency:
1515
1616jobs :
1717 pr-title-check :
18- uses : epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.0.1
18+ uses : epam/ai-dial-ci/.github/workflows/pr-title-check.yml@4.2.0
1919 secrets :
2020 ACTIONS_BOT_TOKEN : ${{ secrets.ACTIONS_BOT_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ concurrency:
1010
1111jobs :
1212 run_tests :
13- uses : epam/ai-dial-ci/.github/workflows/generic_docker_pr.yml@4.0.1
13+ uses : epam/ai-dial-ci/.github/workflows/generic_docker_pr.yml@4.2.0
1414 secrets : inherit
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616
1717jobs :
1818 release :
19- uses : epam/ai-dial-ci/.github/workflows/generic_docker_release.yml@4.0.1
19+ uses : epam/ai-dial-ci/.github/workflows/generic_docker_release.yml@4.2.0
2020 with :
2121 promote : ${{ github.event_name == 'workflow_dispatch' && inputs.promote }}
2222 secrets : inherit
You can’t perform that action at this time.
0 commit comments