Skip to content

SK-1736: Add validations for invoke connection and Fix inconsistencie… #75

SK-1736: Add validations for invoke connection and Fix inconsistencie…

SK-1736: Add validations for invoke connection and Fix inconsistencie… #75

name: Internal Release
on:
push:
tags-ignore:
- '*.*'
paths-ignore:
- "setup.py"
- "*.yml"
- "*.md"
- "skyflow/utils/_version.py"
- "samples/**"
branches:
- release/*
jobs:
build-and-deploy:
uses: ./.github/workflows/shared-build-and-deploy.yml
with:
ref: ${{ github.ref_name }}
is-internal: true
secrets: inherit