ci: bug_snapshot: Restrict to zephyrproject-rtos organisation

This commit restricts the bug snapshot workflow to the
`zephyrproject-rtos` organisation because it requires access to the
project internal infrastructure and cannot be reused downstream.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-08-13 03:12:34 +09:00 committed by Anas Nashif
parent f991fe0197
commit b4f3922c35

View file

@ -17,6 +17,7 @@ jobs:
make_bugs_pickle:
name: Make bugs pickle
runs-on: ubuntu-latest
if: github.repository_owner == 'zephyrproject-rtos'
steps:
- name: Checkout