Skip to content

Update Splice from CCI (#411) #1

Update Splice from CCI (#411)

Update Splice from CCI (#411) #1

Workflow file for this run

name: Deploy CIUpgrade
on:
push:
branches:
- 'main'
jobs:
trigger_ciupgrade:
# TODO(#19109): re-enable ciupgrade
# uses: ./.github/workflows/cluster_tests.yml
# secrets: inherit
# with:
# workflow: deploy_ciupgrade
# sha: ${{ github.sha }}
runs-on: self-hosted-docker-tiny
name: Trigger CIUpgrade deployment
steps:
- name: Trigger CIUpgrade deployment
shell: bash
run: |
echo "CIUpgrade deployments are currently disabled"
exit 0