Use istioctl for local install and skip sail tests on PR (#395) #112
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 images for main branch | |
on: | |
push: | |
branches: ['main'] | |
jobs: | |
workflow-build: | |
name: Calls build-images-base workflow | |
uses: ./.github/workflows/build-images-base.yaml | |
secrets: inherit |