Skip to content

Commit

Permalink
chore: update workflow references
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov committed Oct 19, 2023
1 parent e435796 commit 68a33f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
integration_tests:
uses: epam/ai-dial-ci/.github/workflows/trigger_integration_tests.yml@0.1.0
uses: epam/ai-dial-ci/.github/workflows/trigger_integration_tests.yml@0.3.0
secrets: inherit
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_vanilla_docker.yml@0.1.0
uses: epam/ai-dial-ci/.github/workflows/test_vanilla_docker.yml@0.3.0
secrets: inherit
with:
bypass_checks: false
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_vanilla_docker.yml@0.1.0
uses: epam/ai-dial-ci/.github/workflows/publish_vanilla_docker.yml@0.3.0
secrets: inherit

0 comments on commit 68a33f3

Please sign in to comment.