Skip to content

Commit

Permalink
Use fork of paths-filter
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Apr 19, 2022
1 parent 573313f commit 125b391
Show file tree
Hide file tree
Showing 96 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in Go files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in Go files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_make_parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_make_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_make_sizegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_make_visitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_mysql80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_onlineddl_ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_onlineddl_revert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_onlineddl_scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_onlineddl_singleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_onlineddl_vrepl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_resharding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_resharding_bytes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_schemadiff_vrepl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_vreplication_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_vreplication_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_vstream_failover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Check for changes in relevant files
uses: dorny/paths-filter@v2
uses: frouioui/paths-filter@master
id: changes
with:
token: ''
Expand Down
Loading

0 comments on commit 125b391

Please sign in to comment.