Skip to content

Commit b15f178

Browse files
authored
Revert "ai-code-review.yml: enable on bpf-rc" (#407)
This reverts commit 8db5173. Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 3ad5240 commit b15f178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ai-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
get-commits:
1515
# This codition is an indicator that we are running in a context of PR owned by kernel-patches org
16-
if: ${{ (github.repository == 'kernel-patches/bpf' || github.repository == 'kernel-patches/bpf-rc') && vars.AWS_REGION }}
16+
if: ${{ github.repository == 'kernel-patches/bpf' && vars.AWS_REGION }}
1717
runs-on: 'ubuntu-latest'
1818
continue-on-error: true
1919
outputs:

0 commit comments

Comments
 (0)