Skip to content

Commit

Permalink
Fix formatting of CI file in app and addon blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Feb 21, 2022
1 parent 595be18 commit bdd546f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions blueprints/addon/files/.github/workflows/ci.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
try-scenarios:
name: ${{ matrix.try-scenario }}
runs-on: ubuntu-latest
needs: 'test'
needs: "test"

strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions blueprints/app/files/.github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit bdd546f

Please sign in to comment.