Skip to content

Commit 4429cce

Browse files
authored
Refactor Linux CI workflow for merge conflict checks
Refactor Linux CI workflow to include merge conflict checks and reuse actions.
1 parent a6dd204 commit 4429cce

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/linux-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ jobs:
184184
security-events: write
185185
with:
186186
runner_os: ubuntu-latest
187-
<<<<<<< HEAD
188-
=======
189187
test_results_artifact_name: testResults-xunit
190188

191189
infrastructure_tests:
@@ -242,7 +240,6 @@ jobs:
242240
# security-events: write
243241
# with:
244242
# runner_os: ubuntu-latest
245-
>>>>>>> 0c40a84ab (Add merge conflict marker detection to linux-ci workflow and refactor existing actions to use reusable get-changed-files action (#26350))
246243

247244
ready_to_merge:
248245
name: Linux ready to merge
@@ -254,12 +251,8 @@ jobs:
254251
- linux_test_unelevated_others
255252
- analyze
256253
- linux_packaging
257-
<<<<<<< HEAD
258-
=======
259254
- merge_conflict_check
260255
- infrastructure_tests
261-
# - analyze
262-
>>>>>>> 0c40a84ab (Add merge conflict marker detection to linux-ci workflow and refactor existing actions to use reusable get-changed-files action (#26350))
263256
if: always()
264257
uses: PowerShell/compliance/.github/workflows/[email protected]
265258
with:

0 commit comments

Comments
 (0)