Skip to content

Commit

Permalink
reverted mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 8, 2024
1 parent 18f2087 commit b64971f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: macOS (13, Python 3.11)
on:
workflow_run:
workflows: [SDL Tests]
workflow_dispatch:
pull_request:
push:
branches:
- master
- 'releases/**'

concurrency:
# github.ref is not unique in post-commit
Expand All @@ -13,7 +17,6 @@ env:

jobs:
openvino_build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
timeout-minutes: 150
defaults:
run:
Expand Down

0 comments on commit b64971f

Please sign in to comment.