Skip to content

Commit

Permalink
chore: bump CI version (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tataranovich authored Dec 20, 2024
1 parent 5408f1b commit 56a9275
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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/[email protected].0
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
with:
gitlab-project-id: "2350"
gitlab-project-ref: "master"
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/[email protected].0
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
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 @@ -6,5 +6,5 @@ on:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@eb9d2b30987d293df82f5d6b9269644a39c3e5e5
uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@1.10.1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ concurrency:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@eb9d2b30987d293df82f5d6b9269644a39c3e5e5
uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@1.10.1
secrets: inherit

0 comments on commit 56a9275

Please sign in to comment.