ci: workflows: Make backport_issue_check only working in the upstream

This check makes no sense outside of the upstream zephyr CI and
causes downstream CIs, which are forked from the upstream, to fail.

Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
Maciej Perkowski 2022-10-26 16:01:06 +02:00 committed by Carles Cufí
commit 9f5f9b42d9

View file

@ -9,6 +9,7 @@ jobs:
backport:
name: Backport Issue Check
runs-on: ubuntu-20.04
if: github.repository == 'zephyrproject-rtos/zephyr'
steps:
- name: Check out source code