Skip to content

Commit

Permalink
mac
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Dec 28, 2024
1 parent bdd0451 commit 9d72a4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
if: github.repository_owner == 'openvinotoolkit'
uses: ./.github/workflows/examples.yml

macos:
if: github.repository_owner == 'openvinotoolkit'
uses: ./.github/workflows/macos.yml

md-dead-link-check:
runs-on: ubuntu-22.04
if: github.repository_owner == 'openvinotoolkit'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ jobs:
with:
python_version: ${{ matrix.python_version }}
gpu_enabled: false

macos:
if: github.repository_owner == 'openvinotoolkit'
uses: ./.github/workflows/macos.yml

0 comments on commit 9d72a4e

Please sign in to comment.