Skip to content

Commit

Permalink
Update .github config
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov committed Oct 3, 2023
1 parent 1d58344 commit dfd10d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"failure": "Missing prefix",
"notice": ""
}
}
}
7 changes: 3 additions & 4 deletions .github/workflows/pr_check_tests.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Code checks - tests

on:
push:
branches: [ development, release-* ] #TODO: drop once debug finished
pull_request:
branches:
- development
- release-*

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/test_python_docker.yml@feat/test-ci
uses: epam/ai-dial-ci/.github/workflows/test_python_docker.yml@0.1.0
with:
bypass_checks: false
python_version: 3.11
python_version: 3.11
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ env:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/publish_docker.yml@feat/test-ci
uses: epam/ai-dial-ci/.github/workflows/publish_python_docker.yml@0.1.0
secrets: inherit

0 comments on commit dfd10d3

Please sign in to comment.