From e3557e18d240501db479c8e511cebe4c1ccd9bf1 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 26 Mar 2024 21:59:12 +0100 Subject: [PATCH] ci: stop using fork of donry/paths-filter, its no longer needed --- .github/workflows/validate-clusters.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate-clusters.yaml b/.github/workflows/validate-clusters.yaml index 6d50c3e10d..a06964385c 100644 --- a/.github/workflows/validate-clusters.yaml +++ b/.github/workflows/validate-clusters.yaml @@ -85,9 +85,7 @@ jobs: # Don't run this step when we manually trigger the workflow if: github.event_name != 'workflow_dispatch' # Action repo: https://github.com/dorny/paths-filter - # Fork of the repo above that we use: https://github.com/frouioui/paths-filter/tree/main - # In order to take advantage of https://github.com/dorny/paths-filter/pull/133 - uses: frouioui/paths-filter@main + uses: dorny/paths-filter@v3 id: file_changes with: token: "" @@ -104,7 +102,7 @@ jobs: - added|modified: config/clusters/**'' # We want to ignore config/clusters/templates/** here but it may # not be possible for us to do so. - # - added|modified: !config/clusters/templates/** + - added|modified: !config/clusters/templates/** # Only run this step if there *ARE* changes under the common filter, *OR* # we have manually triggered the workflow