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
+2 -2
View File
@@ -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