Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Get affected components
id: smart_ci
uses: openvinotoolkit/openvino/.github/actions/smart-ci@36a8f092d3250e7a2a365f0445e61297d91c358e
uses: openvinotoolkit/openvino/.github/actions/smart-ci@a2848c92bde4d7a98dfcacecd772a784899003f9
with:
repository: ${{ github.repository }}
pr: ${{ github.event.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Get affected components
id: smart_ci
uses: openvinotoolkit/openvino/.github/actions/smart-ci@36a8f092d3250e7a2a365f0445e61297d91c358e
uses: openvinotoolkit/openvino/.github/actions/smart-ci@a2848c92bde4d7a98dfcacecd772a784899003f9
with:
repository: ${{ github.repository }}
pr: ${{ github.event.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_2_28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Get affected components
id: smart_ci
uses: openvinotoolkit/openvino/.github/actions/smart-ci@36a8f092d3250e7a2a365f0445e61297d91c358e
uses: openvinotoolkit/openvino/.github/actions/smart-ci@a2848c92bde4d7a98dfcacecd772a784899003f9
with:
repository: ${{ github.repository }}
pr: ${{ github.event.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Get affected components
id: smart_ci
uses: openvinotoolkit/openvino/.github/actions/smart-ci@36a8f092d3250e7a2a365f0445e61297d91c358e
uses: openvinotoolkit/openvino/.github/actions/smart-ci@a2848c92bde4d7a98dfcacecd772a784899003f9
with:
repository: ${{ github.repository }}
pr: ${{ github.event.number }}
Expand Down
Loading