From bdd546ff91b815f349f3925f3fa6504dc0703331 Mon Sep 17 00:00:00 2001 From: Bert De Block Date: Mon, 21 Feb 2022 14:39:05 +0100 Subject: [PATCH] Fix formatting of CI file in app and addon blueprints --- blueprints/addon/files/.github/workflows/ci.yml | 6 +++--- blueprints/app/files/.github/workflows/ci.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blueprints/addon/files/.github/workflows/ci.yml b/blueprints/addon/files/.github/workflows/ci.yml index 2b610b8a1c7..8e57d0e9a9e 100644 --- a/blueprints/addon/files/.github/workflows/ci.yml +++ b/blueprints/addon/files/.github/workflows/ci.yml @@ -8,8 +8,8 @@ on: pull_request: {} concurrency: - group: ci-${{ github.head_ref || github.ref }} - cancel-in-progress: true + group: ci-${{ github.head_ref || github.ref }} + cancel-in-progress: true jobs: test: @@ -48,7 +48,7 @@ jobs: try-scenarios: name: ${{ matrix.try-scenario }} runs-on: ubuntu-latest - needs: 'test' + needs: "test" strategy: fail-fast: false diff --git a/blueprints/app/files/.github/workflows/ci.yml b/blueprints/app/files/.github/workflows/ci.yml index 55cc0eb7ee0..282aeb3828c 100644 --- a/blueprints/app/files/.github/workflows/ci.yml +++ b/blueprints/app/files/.github/workflows/ci.yml @@ -8,8 +8,8 @@ on: pull_request: {} concurrency: - group: ci-${{ github.head_ref || github.ref }} - cancel-in-progress: true + group: ci-${{ github.head_ref || github.ref }} + cancel-in-progress: true jobs: lint: