Skip to content

Commit

Permalink
Update pr commenter
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekingDean committed Dec 12, 2023
1 parent 08e939a commit 9aa039d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 77 deletions.
74 changes: 0 additions & 74 deletions .github/workflows/pr-commenter-apps.yaml

This file was deleted.

10 changes: 7 additions & 3 deletions .github/workflows/pr-commenter-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "Flux Diff [flux/bootstrap]"
on:
pull_request:
branches: ["main"]
paths: ["kubernetes/flux/**.yaml", "kubernetes/bootstrap/**.yaml"]
paths: ["kubernetes/**.yaml"]

jobs:
flux-diff:
Expand All @@ -15,11 +15,15 @@ jobs:
strategy:
fail-fast: false
matrix:
path: ["kubernetes/bootstrap", "kubernetes/flux"]
path: ["kubernetes/apps", "kubernetes/bootstrap", "kubernetes/flux"]
resource: ["helmrelease", "kustomization"]
steps:
- name: Setup Flux
uses: fluxcd/flux2/action@a18d4f345021182d6516bf3e8e00210567f46ab5 # v2.1.2

- name: Diff Resources
uses: allenporter/flux-local/action/diff@efbe055c6dc2a63d1102db582632d2aa03696664 # 3.1.1
# uses: allenporter/flux-local/action/diff@19bfc6920e8964a479363bc230e6c329120ead02 # 3.2.0
uses: allenporter/flux-local/action/diff@flux-build
id: diff
with:
sources: home-kubernetes
Expand Down

0 comments on commit 9aa039d

Please sign in to comment.