Skip to content

Commit

Permalink
chore: refer ORT fix as commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
tataranovich committed Dec 13, 2024
1 parent 92a57dc commit 00a8c04
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@fix-ort
uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@eb9d2b30987d293df82f5d6b9269644a39c3e5e5
secrets: inherit
with:
bypass_ort: true
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/python_docker_release.yml@fix-ort
uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@eb9d2b30987d293df82f5d6b9269644a39c3e5e5
secrets: inherit
with:
bypass_ort: true

0 comments on commit 00a8c04

Please sign in to comment.