From 05e2eeb9c2dd7788d7e1ea28b4fec8fa98ac6123 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 ++-- tests/fixtures/addon/defaults/.github/workflows/ci.yml | 6 +++--- tests/fixtures/addon/yarn/.github/workflows/ci.yml | 6 +++--- tests/fixtures/app/defaults/.github/workflows/ci.yml | 4 ++-- tests/fixtures/app/npm/.github/workflows/ci.yml | 4 ++-- tests/fixtures/app/yarn/.github/workflows/ci.yml | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/blueprints/addon/files/.github/workflows/ci.yml b/blueprints/addon/files/.github/workflows/ci.yml index 2b610b8a1c..8e57d0e9a9 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 55cc0eb7ee..282aeb3828 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: diff --git a/tests/fixtures/addon/defaults/.github/workflows/ci.yml b/tests/fixtures/addon/defaults/.github/workflows/ci.yml index 909069093e..b33ffce70a 100644 --- a/tests/fixtures/addon/defaults/.github/workflows/ci.yml +++ b/tests/fixtures/addon/defaults/.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/tests/fixtures/addon/yarn/.github/workflows/ci.yml b/tests/fixtures/addon/yarn/.github/workflows/ci.yml index 1c3df72ec4..ac4eb7215e 100644 --- a/tests/fixtures/addon/yarn/.github/workflows/ci.yml +++ b/tests/fixtures/addon/yarn/.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/tests/fixtures/app/defaults/.github/workflows/ci.yml b/tests/fixtures/app/defaults/.github/workflows/ci.yml index 06541de4f7..69cd109d29 100644 --- a/tests/fixtures/app/defaults/.github/workflows/ci.yml +++ b/tests/fixtures/app/defaults/.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: diff --git a/tests/fixtures/app/npm/.github/workflows/ci.yml b/tests/fixtures/app/npm/.github/workflows/ci.yml index 06541de4f7..69cd109d29 100644 --- a/tests/fixtures/app/npm/.github/workflows/ci.yml +++ b/tests/fixtures/app/npm/.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: diff --git a/tests/fixtures/app/yarn/.github/workflows/ci.yml b/tests/fixtures/app/yarn/.github/workflows/ci.yml index 16b346207c..22fd523012 100644 --- a/tests/fixtures/app/yarn/.github/workflows/ci.yml +++ b/tests/fixtures/app/yarn/.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: