Skip to content

Commit

Permalink
[GHA] Skip tests rerunner in forks (#26810)
Browse files Browse the repository at this point in the history
Another leftover of
#26749
  • Loading branch information
akladiev authored Sep 26, 2024
1 parent d626f06 commit 956a9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_rerunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

rerunner_tests:
name: Rerunner Tests
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' && github.repository_owner == 'openvinotoolkit' }}
runs-on: aks-linux-2-cores-8gb
steps:
- name: Checkout
Expand Down

0 comments on commit 956a9f8

Please sign in to comment.