Skip to content

Commit

Permalink
Merge branch 'development' into chore/whitelist-httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar authored Dec 20, 2024
2 parents 3139d7a + 65ebca5 commit bc54f98
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy dev trigger

on:
registry_package:

jobs:
gitlab-dev-deploy:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.10.1
with:
gitlab-project-id: "2350"
gitlab-project-ref: "master"
secrets:
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
DEPLOY_ACCESS_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
DEPLOY_TRIGGER_TOKEN: ${{ secrets.DEPLOY_TRIGGER_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ concurrency:

jobs:
pr-title-check:
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.10.0
uses: epam/ai-dial-ci/.github/workflows/pr-title-check.yml@1.10.1
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/java_pr.yml@1.10.0
uses: epam/ai-dial-ci/.github/workflows/java_pr.yml@1.10.1
secrets: inherit
with:
java_version: 21
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/java_release.yml@1.10.0
uses: epam/ai-dial-ci/.github/workflows/java_release.yml@1.10.1
secrets: inherit
with:
java_version: 21

0 comments on commit bc54f98

Please sign in to comment.