actions: limit issue tracker to main project
Run this action only on the main zephyr tree. Do not run in forks. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
70dc6b40ff
commit
d881d7227f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/issue_count.yml
vendored
1
.github/workflows/issue_count.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
|||
track-issues:
|
||||
name: "Collect Issue Stats"
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
|
||||
steps:
|
||||
- name: Download configuration file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue