Skip to content

Commit

Permalink
chore: update workflow references (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov authored Nov 8, 2023
1 parent 6ed2e06 commit 1eb62be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/deploy-development.yml@1.0.1
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.0.2
with:
gitlab-project-id: '1824'
gitlab-project-ref: 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_check_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/test_python_docker.yml@1.0.1
uses: epam/ai-dial-ci/.github/workflows/test_python_docker.yml@1.0.2
with:
bypass_checks: false
python_version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ env:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/publish_python_docker.yml@1.0.1
uses: epam/ai-dial-ci/.github/workflows/publish_python_docker.yml@1.0.2
secrets: inherit

0 comments on commit 1eb62be

Please sign in to comment.