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:
parent
f991fe0197
commit
b4f3922c35
1
.github/workflows/bug_snapshot.yaml
vendored
1
.github/workflows/bug_snapshot.yaml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
||||||
make_bugs_pickle:
|
make_bugs_pickle:
|
||||||
name: Make bugs pickle
|
name: Make bugs pickle
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'zephyrproject-rtos'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue