Skip to content

Commit

Permalink
add types
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Jun 6, 2024
1 parent d0615f6 commit b0b7ec1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_openvino_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
- cron: '41 1 * * *' # run every day at 1:41
push:
paths:
- 'tests/openvino/test_modeling_basic.py'
- '.github/workflows/test_openvino_basic.yml'
- 'tests/openvino/test_modeling_basic.py'
- '.github/workflows/test_openvino_basic.yml'
pull_request:
types: [labeled]
paths:
- 'tests/openvino/test_modeling_basic.py'
- '.github/workflows/test_openvino_basic.yml'
- 'tests/openvino/test_modeling_basic.py'
- '.github/workflows/test_openvino_basic.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit b0b7ec1

Please sign in to comment.