Build and Rollout Kanvas #90
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Rollout Kanvas | |
on: | |
workflow_dispatch: | |
inputs: | |
branch: | |
description: Repository branch to build. | |
type: string | |
default: master | |
version: | |
description: "Version of Meshery (e.g. v0.0.0)" | |
type: string | |
required: false | |
revision: | |
description: "Revision of Extension (e.g. 1)" | |
type: string | |
required: false | |
jobs: | |
build-and-release: | |
uses: ./.github/workflows/build-and-deploy-meshery-extensions-playground-reusable.yml | |
secrets: inherit | |
with: | |
branch: ${{inputs.branch}} | |
# kanvas-production-test-rollout: | |
# needs: build-and-release | |
# uses: ./.github/workflows/production-smoke-test-reusable.yml | |
# secrets: inherit | |
# with: | |
# project: "kanvas" |