Skip to content

Commit

Permalink
Merge pull request #1344 from GiganticMinecraft/fix_pluto
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
outductor authored Sep 30, 2023
2 parents 09cc06b + 64d23fa commit e5a2e2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
paths:
- ".github/workflows/pluto.yaml"
- "helm-charts/cloudflared-tunnel/**"
- "seichi-onp-k8s/manifests/seichi-kubernetes/**"

jobs:
Expand All @@ -19,8 +18,8 @@ jobs:

- name: Use pluto
run: |
pluto detect-files -d helm-charts/cloudflared-tunnel --target-versions k8s=v1.27.5
pluto detect-files -d seichi-onp-k8s/manifests/seichi-kubernetes/apps --target-versions k8s=v1.27.5
- name: Use pluto
run: |
pluto detect-files -d seichi-onp-k8s/manifests/seichi-kubernetes/apps --target-versions k8s=v1.27.5
pluto detect-files -d seichi-onp-k8s/manifests/seichi-kubernetes/app-templates --target-versions k8s=v1.27.5

0 comments on commit e5a2e2f

Please sign in to comment.