13/10/2021 10:03, Serena He:
> CI jobs are triggered only for repos installed with given GHApp and runners
[...]
> + # Here, runners for arm64 are accessed by installed GitHub APP, thus
> will not be available by fork.
> + # you can change the following 'if' and 'runs-on' if you have your own
> runners installed.
> + # or request to get your repo on the whitelist to use GitHub APP and
> delete this 'if'.
> + if: ${{ github.repository == 'DPDK/dpdk' || github.repository ==
> 'ovsrobot/dpdk' }}
What is this "GitHub APP"?