Bug/rework ci triggers #7
@@ -2,12 +2,6 @@ name: Deploy k8s Bootstrap
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- "02-k8s-bootstrap/**"
|
|
||||||
- ".gitea/workflows/02-deploy-k8s-bootstrap.yaml"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -49,7 +43,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
name: Bootstrap k3s Cluster
|
name: Bootstrap k3s Cluster
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user