Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/PR-powershell-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pull-requests: read
# Set job outputs to values from filter step
outputs:
source: ${{ steps.filter.outputs.workflows }}
workflows: ${{ steps.filter.outputs.workflows }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -49,8 +49,8 @@ jobs:
list-files: json
filters: |
workflows:
- '.github/workflows/PR-powershell-lts.yml'
- 'Formula/powershell-lts.rb'
- '.github/workflows/PR-powershell-daily.yml'
- 'Formula/powershell-daily.rb'

- name: Capture outputs
run: |
Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v4

- name: Check for applicable files
uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: filter
with:
filters: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR-powershell-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pull-requests: read
# Set job outputs to values from filter step
outputs:
source: ${{ steps.filter.outputs.workflows }}
workflows: ${{ steps.filter.outputs.workflows }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/PR-powershell-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pull-requests: read
# Set job outputs to values from filter step
outputs:
source: ${{ steps.filter.outputs.workflows }}
workflows: ${{ steps.filter.outputs.workflows }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -47,8 +47,8 @@ jobs:
list-files: json
filters: |
workflows:
- '.github/workflows/PR-powershell-lts.yml'
- 'Formula/powershell-lts.rb'
- '.github/workflows/PR-powershell-preview.yml'
- 'Formula/powershell-preview.rb'

- name: Capture outputs
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v4

- name: Check for applicable files
uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: filter
with:
filters: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/PR-powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pull-requests: read
# Set job outputs to values from filter step
outputs:
source: ${{ steps.filter.outputs.workflows }}
workflows: ${{ steps.filter.outputs.workflows }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -49,8 +49,8 @@ jobs:
list-files: json
filters: |
workflows:
- '.github/workflows/PR-powershell-lts.yml'
- 'Formula/powershell-lts.rb'
- '.github/workflows/PR-powershell.yml'
- 'Formula/powershell.rb'

- name: Capture outputs
run: |
Expand All @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v4

- name: Check for applicable files
uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: filter
with:
filters: |
Expand Down
Loading