File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 5151 # Set job outputs to values from filter step
5252 outputs :
5353 source : ${{ steps.filter.outputs.source }}
54- <<<<<<< HEAD
55- =======
5654 buildModuleChanged : ${{ steps.filter.outputs.buildModuleChanged }}
5755 packagingChanged : ${{ steps.filter.outputs.packagingChanged }}
58- >>>>>>> cdeda2a50 (Add log grouping to build.psm1 for collapsible GitHub Actions logs (#26326))
5956 steps :
6057 - name : checkout
6158 uses : actions/checkout@v4
@@ -154,7 +151,6 @@ jobs:
154151 needs :
155152 - ci_build
156153 - changes
157- <<<<<<< HEAD
158154 if : ${{ needs.changes.outputs.source == 'true' }}
159155 runs-on : ubuntu-latest
160156 steps :
@@ -174,10 +170,6 @@ jobs:
174170 actions : read
175171 contents : read
176172 security-events : write
177- =======
178- if : ${{ needs.changes.outputs.source == 'true' || needs.changes.outputs.buildModuleChanged == 'true' }}
179- uses : ./.github/workflows/xunit-tests.yml
180- >>>>>>> cdeda2a50 (Add log grouping to build.psm1 for collapsible GitHub Actions logs (#26326))
181173 with :
182174 runner_os : ubuntu-latest
183175
You can’t perform that action at this time.
0 commit comments