From: Marc Fehling Date: Wed, 23 Oct 2024 17:26:25 +0000 (+0200) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb76020c504844bdb6c93312b118cc03b6bd7626;p=dealii.git Fix typo. --- diff --git a/.github/workflows/indent.yml b/.github/workflows/indent.yml index 836ab86f20..8bcfdd438f 100644 --- a/.github/workflows/indent.yml +++ b/.github/workflows/indent.yml @@ -3,7 +3,7 @@ name: indent on: [push, pull_request] concurrency: - group: ${ {github.event_name }}-${{ github.workflow }}-${{ github.ref }} + group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{github.event_name == 'pull_request'}} permissions: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1c9e46446a..1732f71ebf 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,7 +10,7 @@ on: - ready_for_review concurrency: - group: ${ {github.event_name }}-${{ github.workflow }}-${{ github.ref }} + group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{github.event_name == 'pull_request'}} permissions: diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 6797770d25..1c05dbe5b1 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -10,7 +10,7 @@ on: - ready_for_review concurrency: - group: ${ {github.event_name }}-${{ github.workflow }}-${{ github.ref }} + group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{github.event_name == 'pull_request'}} permissions: diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index 770119582e..824a461cf8 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -10,7 +10,7 @@ on: - ready_for_review concurrency: - group: ${ {github.event_name }}-${{ github.workflow }}-${{ github.ref }} + group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{github.event_name == 'pull_request'}} jobs: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 93cfa804a3..ab87da38bf 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -10,7 +10,7 @@ on: - ready_for_review concurrency: - group: ${ {github.event_name }}-${{ github.workflow }}-${{ github.ref }} + group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{github.event_name == 'pull_request'}} permissions: