Skip to content

Commit

Permalink
build: Trigger vscode-kaoto tests on push to main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <djelinek@redhat.com>
  • Loading branch information
djelinek authored and lordrip committed Feb 19, 2024
1 parent 90205ee commit 6798f56
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/vscode-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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/trigger-workflow-and-wait@v1.6.5
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

0 comments on commit 6798f56

Please sign in to comment.