Fix(CanvasForm): Search field not showing correct fields in case of n… #563
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: 🏗️ VS Code Kaoto Tests | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
trigger-vscode-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger vscode-kaoto tests | |
uses: convictional/[email protected] | |
with: | |
owner: KaotoIO | |
repo: vscode-kaoto | |
ref: main | |
github_token: ${{ secrets.KAOTO_CI_TOKEN }} | |
workflow_file_name: main-kaoto.yaml | |
propagate_failure: false # do not fail this pipeline when vscode-kaoto tests fails | |
wait_workflow: false # do not wait for vscode-kaoto tests finish |