Refactor workflow files to remove unnecessary triggers and paths
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
name: Terraform K8S Apps apply
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 2 * * 0"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "terraform/k8sapps/**"
|
||||
- .github/workflows/terraform-microk8s-apply.yml
|
||||
|
||||
jobs:
|
||||
terraform-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user