Skip to content

Commit

Permalink
Fix missed conflict (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzawora-intel authored Nov 6, 2024
1 parent 5eb7f3d commit 0a17a2e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,20 @@ on:
# but only for the habana_main branch
push:
branches:
<<<<<<< HEAD
- habana_main
pull_request:
branches:
- habana_main
=======
- main
paths:
- '**/*.py'
- '.github/workflows/mypy.yaml'
- 'tools/mypy.sh'
- 'pyproject.toml'
pull_request:
branches:
- main
- habana_main
paths:
- '**/*.py'
- '.github/workflows/mypy.yaml'
- 'tools/mypy.sh'
- 'pyproject.toml'
>>>>>>> a5fda50a10641e47c0c290907f30ef2add6d4e7a

jobs:
mypy:
Expand Down

0 comments on commit 0a17a2e

Please sign in to comment.