mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-26 07:06:59 +00:00
ci: Run the compliance workflow on generic workers
No need to bottleneck on the self hosted worker(s) when this is a light job. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
1a15fefb27
commit
584785bf45
@@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
dco:
|
dco:
|
||||||
name: DCO
|
name: DCO
|
||||||
runs-on: [self-hosted, Linux]
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
reuse:
|
reuse:
|
||||||
name: reuse
|
name: reuse
|
||||||
runs-on: [self-hosted, Linux]
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user