chore: Add tofu workflows #1
1 changed files with 4 additions and 3 deletions
|
|
@ -6,15 +6,16 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
# paths:
|
paths:
|
||||||
# - pve01.wheatley.in/k8s-wheatley/**
|
- pve01.wheatley.in/k8s-wheatley/**
|
||||||
|
- .forgejo/workflows/tofu-plan-k8s-wheatley.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tofu-plan-k8s-wheatley:
|
tofu-plan-k8s-wheatley:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ${{ env.tf_actions_working_dir }}
|
working-directory: pve01.wheatley.in/k8s-wheatley
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue