Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Mar 25, 2024
1 parent 596b9f4 commit c02fa02
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/address-sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ on:
default: '2.10.x'

pull_request:
<<<<<<< HEAD
branches:
- '2.10.x'
=======
types:
- review_requested
>>>>>>> d0a334b11 (Only run PRs CI when run-ci label is added (#4599))
paths-ignore:
- '**.md'
- '**.txt'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/documentation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ on:
default: '2.10.x'

pull_request:
<<<<<<< HEAD
branches:
- '2.10.x'
=======
types:
- review_requested
>>>>>>> d0a334b11 (Only run PRs CI when run-ci label is added (#4599))
paths-ignore:
- '**.md'
- '**.txt'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ on:
required: true

pull_request:
<<<<<<< HEAD
branches:
- '2.10.x'
=======
types:
- review_requested
>>>>>>> d0a334b11 (Only run PRs CI when run-ci label is added (#4599))
paths-ignore:
- '**.md'
- '**.txt'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/thread-sanitizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ on:
type: string

pull_request:
<<<<<<< HEAD
branches:
- '2.10.x'
=======
types:
- review_requested
>>>>>>> d0a334b11 (Only run PRs CI when run-ci label is added (#4599))
paths-ignore:
- '**.md'
- '**.txt'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ on:
type: string
required: true

<<<<<<< HEAD
=======
pull_request:
types:
- review_requested
Expand All @@ -34,7 +32,6 @@ on:
- '**.txt'
- '!**/CMakeLists.txt'

>>>>>>> d0a334b11 (Only run PRs CI when run-ci label is added (#4599))
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ on:
required: true

pull_request:
<<<<<<< HEAD
branches:
- '2.10.x'
=======
types:
- review_requested
>>>>>>> d0a334b11 (Only run PRs CI when run-ci label is added (#4599))
paths-ignore:
- '**.md'
- '**.txt'
Expand Down

0 comments on commit c02fa02

Please sign in to comment.