From fae810f487a57c0d4b02894655178d22e8f2971b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 5 Feb 2024 11:13:14 +0100 Subject: fix(CI): Fix queue of eslint jobs Signed-off-by: Joas Schilling --- .github/workflows/lint-eslint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index fd590d4e2..9b29703d6 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low outputs: src: ${{ steps.changes.outputs.src}} @@ -82,7 +82,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low needs: [changes, lint] if: always() -- cgit v1.2.3