Bug/rework ci triggers #7

Merged
kasun merged 2 commits from bug/rework-ci-triggers into main 2026-06-02 00:31:08 +02:00
Showing only changes of commit c8f606fd20 - Show all commits
@@ -2,12 +2,6 @@ name: Deploy k8s Bootstrap
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "02-k8s-bootstrap/**"
- ".gitea/workflows/02-deploy-k8s-bootstrap.yaml"
pull_request:
branches:
- main
@@ -49,7 +43,7 @@ jobs:
deploy:
name: Bootstrap k3s Cluster
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'
steps:
- name: Checkout Code
uses: actions/checkout@v4