Skip to content

Commit

Permalink
Fix leftover merge conflicts in build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
  • Loading branch information
lebrice committed Jul 4, 2022
1 parent ec2e440 commit bb5c8b1
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,7 @@ jobs:
fail_ci_if_error: false

test-long-algos:
<<<<<<< HEAD
<<<<<<< HEAD
needs: pretest, pre-commit
=======
needs: pre-commit, pretest
>>>>>>> Pre-commit as parallel step to pretest
=======
needs: [pre-commit, pretest]
>>>>>>> Fix missing brackets
runs-on: ${{ matrix.platform }}
strategy:
matrix:
Expand Down Expand Up @@ -146,15 +138,7 @@ jobs:
fail_ci_if_error: false

test_no_extras:
<<<<<<< HEAD
<<<<<<< HEAD
needs: pre-commit
=======
needs: pre-commit, pretest
>>>>>>> Pre-commit as parallel step to pretest
=======
needs: [pre-commit, pretest]
>>>>>>> Fix missing brackets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -177,15 +161,7 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: false
mongodb:
<<<<<<< HEAD
<<<<<<< HEAD
needs: pre-commit
=======
needs: pre-commit, pretest
>>>>>>> Pre-commit as parallel step to pretest
=======
needs: [pre-commit, pretest]
>>>>>>> Fix missing brackets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -214,15 +190,7 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: false
backward-compatibility:
<<<<<<< HEAD
<<<<<<< HEAD
needs: pre-commit
=======
needs: pre-commit, pretest
>>>>>>> Pre-commit as parallel step to pretest
=======
needs: [pre-commit, pretest]
>>>>>>> Fix missing brackets
runs-on: ubuntu-latest
strategy:
max-parallel: 2
Expand Down

0 comments on commit bb5c8b1

Please sign in to comment.