Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
artsiomkorzun committed Jan 13, 2025
1 parent 674fe52 commit e6c827a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ on:
types:
- opened
- edited
- reopened

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
- synchronize

jobs:
pr-title-check:
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
uses: epam/ai-dial-ci/.github/workflows/[email protected].2
secrets:
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
ACTIONS_BOT_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
secrets: inherit
uses: epam/ai-dial-ci/.github/workflows/[email protected].2
secrets: inherit
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ on:
push:
branches: [development, release-*]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

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

0 comments on commit e6c827a

Please sign in to comment.