Skip to content

PLAT-8958 fix helm install nor retrying #1799

PLAT-8958 fix helm install nor retrying

PLAT-8958 fix helm install nor retrying #1799

name: Trigger Deploy-Upgrade
on:
pull_request
jobs:
test-deploy:
runs-on: ubuntu-latest
steps:
- name: Test-Deploy
id: test-deploy-workflow
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.2.0
env:
CCI_TOKEN: ${{ secrets.CIRCLE_PERSONAL_TOKEN }}
TARGET_BRANCH: ${{ github.event.pull_request.head.ref }}
test-upgrade:
runs-on: ubuntu-latest
steps:
- name: Test-Module-Upgrade
id: test-upgrade-workflow
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.2.0
env:
CCI_TOKEN: ${{ secrets.CIRCLE_PERSONAL_TOKEN }}
TARGET_BRANCH: ${{ github.event.pull_request.head.ref }}