Skip to content

Commit

Permalink
feat: something (#2)
Browse files Browse the repository at this point in the history
* feat: something

* feat: enable blah

* fix: typo

* fix: typo

---------

Co-authored-by: Aleksandr Chikovani <a@justrp.ru>
  • Loading branch information
justrp and Aleksandr Chikovani authored Sep 20, 2023
1 parent 3615efe commit f608e5d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Integration tests

on:
pull_request:
branches: [ development, release-* ]
issue_comment:
types: [created]

jobs:
integration_tests:
uses: epam/ai-dial-ci/.github/workflows/trigger_integration_tests.yml@feat/test-ci
secrets: inherit
3 changes: 1 addition & 2 deletions .github/workflows/pr_check_tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Code checks - tests

on:
#push:
# branches: [ development, release-* ] #TODO: drop once debug finished
pull_request:
branches:
- development
Expand All @@ -11,6 +9,7 @@ on:
jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/test_python_package.yml@feat/test-ci
secrets: inherit
with:
bypass_checks: false
python_version: 3.11
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/publish_package_python.yml@feat/test-ci
secrets: inherit
with:
bypass_checks: false
python_version: 3.11

0 comments on commit f608e5d

Please sign in to comment.