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:
parent
dbcf7513bc
commit
9f5f9b42d9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/backport_issue_check.yml
vendored
1
.github/workflows/backport_issue_check.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue