Bug/rework ci triggers #7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user