Skip to content

Commit

Permalink
Merge branch 'feat/2837-action-buttons' of https://github.com/epam/ai…
Browse files Browse the repository at this point in the history
…-dial-chat into feat/2837-action-buttons
  • Loading branch information
Magomed-Elbi Dzhukalaev committed Dec 27, 2024
2 parents 3e040d0 + f997d48 commit 2c06c24
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
gitlab-dev-deploy:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.10.0
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.10.2
with:
gitlab-project-id: "1827"
secrets:
Expand All @@ -16,7 +16,7 @@ jobs:

gitlab-dev-deploy-overlay:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.10.0
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.10.2
with:
gitlab-project-id: "1856"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
e2e-tests:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/e2e-test.yml@1.10.0
uses: epam/ai-dial-ci/.github/workflows/e2e-test.yml@1.10.2
with:
gitlab-project-id: "1843"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ concurrency:

jobs:
pr-title-check:
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.10.0
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.10.2
secrets:
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/node_pr.yml@1.10.0
uses: epam/ai-dial-ci/.github/workflows/node_pr.yml@1.10.2
secrets: inherit
with:
ort_version: 42.1.0
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/node_release.yml@1.10.0
uses: epam/ai-dial-ci/.github/workflows/node_release.yml@1.10.2
secrets: inherit
with:
ort_version: 42.1.0

0 comments on commit 2c06c24

Please sign in to comment.