Skip to content

Commit

Permalink
try deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 9, 2024
1 parent 81281fc commit 80fe456
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: macOS (13, Python 3.11)
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
- 'releases/**'
workflow_run:
workflows: [SDL]
types: [completed]

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

jobs:
openvino_build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
timeout-minutes: 150
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SDL Tests
name: SDL
on:
workflow_dispatch:
pull_request:
Expand Down

0 comments on commit 80fe456

Please sign in to comment.