mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02: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:
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user