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:
Andrei Gherzan 2022-07-30 00:04:48 +02:00 committed by Andrei Gherzan
parent 1a15fefb27
commit 584785bf45

View File

@ -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