Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 8, 2024
1 parent e810ae0 commit 99c7031
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: macOS (13, Python 3.11)
on:
workflow_run:
workflows: ["SDL Tests"]
types:
- completed
workflow_dispatch:
pull_request:
push:
Expand All @@ -17,6 +21,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 checks
name: SDL Tests
on:
workflow_dispatch:
pull_request:
Expand Down

0 comments on commit 99c7031

Please sign in to comment.