Skip to content

Commit d513a01

Browse files
authored
Update linux-ci.yml
1 parent dae25a4 commit d513a01

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/linux-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,8 @@ jobs:
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

0 commit comments

Comments
 (0)