Skip to content

Commit

Permalink
Merge pull request #8 from epam/update-workflow-reference
Browse files Browse the repository at this point in the history
chore: update workflow references
  • Loading branch information
Oleksii-Klimov authored Oct 19, 2023
2 parents 44ba58c + b60bbc8 commit a3191eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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@0.1.0
uses: epam/ai-dial-ci/.github/workflows/test_python_docker.yml@0.3.0
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@0.1.0
uses: epam/ai-dial-ci/.github/workflows/publish_python_docker.yml@0.3.0
secrets: inherit

0 comments on commit a3191eb

Please sign in to comment.