mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-12 03:10:08 +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
4
.github/workflows/compliance.yml
vendored
4
.github/workflows/compliance.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
dco:
|
||||
name: DCO
|
||||
runs-on: [self-hosted, Linux]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
if: always()
|
||||
reuse:
|
||||
name: reuse
|
||||
runs-on: [self-hosted, Linux]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user