Skip to content

Commit

Permalink
ci: stop using fork of donry/paths-filter, its no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 26, 2024
1 parent 0d152d4 commit e3557e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/validate-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand All @@ -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
Expand Down

0 comments on commit e3557e1

Please sign in to comment.