You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/linux-ci.yml
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -184,8 +184,6 @@ jobs:
184
184
security-events: write
185
185
with:
186
186
runner_os: ubuntu-latest
187
-
<<<<<<< HEAD
188
-
=======
189
187
test_results_artifact_name: testResults-xunit
190
188
191
189
infrastructure_tests:
@@ -242,7 +240,6 @@ jobs:
242
240
# security-events: write
243
241
# with:
244
242
# 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))
246
243
247
244
ready_to_merge:
248
245
name: Linux ready to merge
@@ -254,12 +251,8 @@ jobs:
254
251
- linux_test_unelevated_others
255
252
- analyze
256
253
- linux_packaging
257
-
<<<<<<< HEAD
258
-
=======
259
254
- merge_conflict_check
260
255
- 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))
0 commit comments