From 47fad835b40c77119ab78e9045a23aa3b3d6c300 Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Thu, 6 Jun 2024 16:50:40 +0200 Subject: [PATCH] remove path trigger for pr --- .github/workflows/test_openvino_basic.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test_openvino_basic.yml b/.github/workflows/test_openvino_basic.yml index 444a7afedd..607152bd72 100644 --- a/.github/workflows/test_openvino_basic.yml +++ b/.github/workflows/test_openvino_basic.yml @@ -10,9 +10,6 @@ on: - '.github/workflows/test_openvino_basic.yml' pull_request: types: [labeled] - paths: - - 'tests/openvino/test_modeling_basic.py' - - '.github/workflows/test_openvino_basic.yml' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}