Skip to content

Commit

Permalink
chore: update workflow references (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov authored Nov 8, 2023
1 parent 1c88db9 commit 0b01d05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
gitlab-dev-deploy:
if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }}
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
uses: epam/ai-dial-ci/.github/workflows/[email protected].2
with:
gitlab-project-id: '1827'
gitlab-project-ref: 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
integration_tests:
uses: epam/ai-dial-ci/.github/workflows/[email protected].1
uses: epam/ai-dial-ci/.github/workflows/[email protected].2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr_check_tests.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].2
secrets: inherit
with:
bypass_checks: false
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ env:

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

0 comments on commit 0b01d05

Please sign in to comment.