Skip to content

Commit

Permalink
chore(ci): remove deploy test docs
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <[email protected]>
  • Loading branch information
Fral738 authored and alexey-igrychev committed Dec 3, 2024
1 parent 4aa3b66 commit 7781baf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docs_deploy_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,10 @@ jobs:
secrets:
kubeConfig: ${{ secrets.KUBECONFIG_BASE64_PROD }}

deploy-test:
uses: ./.github/workflows/_docs_deploy.yml
with:
env: test
secrets:
kubeConfig: ${{ secrets.KUBECONFIG_BASE64_DEV }}

notify:
if: always()
needs:
- deploy-prod
- deploy-test
uses: ./.github/workflows/_notification.yml
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/docs_deploy_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,10 @@ jobs:
secrets:
kubeConfig: ${{ secrets.KUBECONFIG_BASE64_PROD }}

deploy-test:
uses: ./.github/workflows/_docs_deploy.yml
with:
env: test
secrets:
kubeConfig: ${{ secrets.KUBECONFIG_BASE64_DEV }}

notify:
if: always()
needs:
- deploy-prod
- deploy-test
uses: ./.github/workflows/_notification.yml
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
Expand Down

0 comments on commit 7781baf

Please sign in to comment.