diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c68433186..09725687f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,9 @@ on: branches: - master -concurrency: - group: ci-release-${{ github.ref }}-1 - cancel-in-progress: true +#concurrency: +# group: ci-release-${{ github.ref }}-1 +# cancel-in-progress: true jobs: build-main: diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 61e8310f0..62a01eae3 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -6,9 +6,9 @@ on: # branches: # - master -concurrency: - group: ci-release-${{ github.ref }}-1 - cancel-in-progress: true +#concurrency: +# group: ci-release-${{ github.ref }}-1 +# cancel-in-progress: true env: project-id: com.invoiceninja.app