mirror of https://github.com/apache/druid.git
Use dorny/paths-filter@v3.0.0 (#16082)
This commit is contained in:
parent
daf03939a9
commit
60766495aa
|
@ -33,7 +33,7 @@ jobs:
|
||||||
# the common extension in revised ITs is different from the one in standard ITs
|
# the common extension in revised ITs is different from the one in standard ITs
|
||||||
common-extensions: ${{ steps.filter.outputs.common-extensions }}
|
common-extensions: ${{ steps.filter.outputs.common-extensions }}
|
||||||
steps:
|
steps:
|
||||||
- uses: dorny/paths-filter@v3
|
- uses: dorny/paths-filter@v3.0.0
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
id: filter
|
id: filter
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
core: ${{ steps.filter.outputs.core || github.event_name != 'pull_request'}}
|
core: ${{ steps.filter.outputs.core || github.event_name != 'pull_request'}}
|
||||||
common-extensions: ${{ steps.filter.outputs.common-extensions }}
|
common-extensions: ${{ steps.filter.outputs.common-extensions }}
|
||||||
steps:
|
steps:
|
||||||
- uses: dorny/paths-filter@v3
|
- uses: dorny/paths-filter@v3.0.0
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
id: filter
|
id: filter
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
# run everything if not a PR
|
# run everything if not a PR
|
||||||
core: ${{ steps.filter.outputs.core || github.event_name != 'pull_request'}}
|
core: ${{ steps.filter.outputs.core || github.event_name != 'pull_request'}}
|
||||||
steps:
|
steps:
|
||||||
- uses: dorny/paths-filter@v3
|
- uses: dorny/paths-filter@v3.0.0
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
id: filter
|
id: filter
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue