diff --git a/.github/workflows/test_openvino_full.yml b/.github/workflows/test_openvino_full.yml index 7b5d3db338..505d180811 100644 --- a/.github/workflows/test_openvino_full.yml +++ b/.github/workflows/test_openvino_full.yml @@ -1,4 +1,4 @@ -name: OpenVINO - Basic Test +name: OpenVINO - Full Test on: workflow_dispatch: @@ -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: