Skip to content

Commit

Permalink
Update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Nov 4, 2024
1 parent f472b59 commit 4c2e76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_openvino_full.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenVINO - Basic Test
name: OpenVINO - Full Test

on:
workflow_dispatch:
Expand All @@ -16,7 +16,7 @@ concurrency:

jobs:
build:
if: ${{ (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') || contains( github.event.pull_request.labels.*.name, 'openvino-test') }}
if: ${{ (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') || (github.event_name == 'push') || contains( github.event.pull_request.labels.*.name, 'openvino-test') }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4c2e76d

Please sign in to comment.