diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 60a7f0f8274..8be4099eba4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,9 +2,9 @@ name: Docs on: [push, pull_request] -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true +#concurrency: +# group: ${{ github.head_ref || github.run_id }} +# cancel-in-progress: true jobs: docs: diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 2694a128a30..1122109404a 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -2,10 +2,9 @@ name: django CMS frontend.yml on: [push, pull_request] -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true - +#concurrency: +# group: ${{ github.head_ref || github.run_id }} +# cancel-in-progress: true jobs: frontend: diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 435b3d9f59f..6239f359c74 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -2,10 +2,9 @@ name: django CMS linters.yml on: [push, pull_request] -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true - +#concurrency: +# group: ${{ github.head_ref || github.run_id }} +# cancel-in-progress: true jobs: flake8: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cab1cbc6c58..dae437977ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: django CMS test.yml on: [push, pull_request] -concurrency: - group: ${{ github.head_ref || github.run_id }} - cancel-in-progress: true +#concurrency: +# group: ${{ github.head_ref || github.run_id }} +# cancel-in-progress: true jobs: database-postgres: