Skip to content

Commit

Permalink
update pipeline versions (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-romanov-o authored Jul 1, 2024
1 parent 5a15b65 commit d64a46f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:

jobs:
pr-title-check:
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
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,7 +6,7 @@ on:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
secrets: inherit
with:
python_version: 3.8
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
uses: epam/ai-dial-ci/.github/workflows/[email protected].3
secrets: inherit
with:
python_version: 3.8

0 comments on commit d64a46f

Please sign in to comment.