]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes the merge issues 761/head
authorTrenton Holmes <holmes.trenton@gmail.com>
Mon, 25 Apr 2022 18:39:05 +0000 (11:39 -0700)
committerTrenton Holmes <holmes.trenton@gmail.com>
Mon, 25 Apr 2022 18:39:05 +0000 (11:39 -0700)
.github/workflows/ci.yml

index c2c25acb466ffe3dd5fb298b8df61f15b8bf0e27..34bcf21a27540c59bc39b1b7f895f46f0e7e8d22 100644 (file)
@@ -266,9 +266,6 @@ jobs:
 
   # build and push image to docker hub.
   build-docker-image:
-    concurrency:
-      group: ${{ github.workflow }}-build-docker-image-${{ github.ref }}
-      cancel-in-progress: true
     runs-on: ubuntu-20.04
     concurrency:
       group: ${{ github.workflow }}-build-docker-image-${{ github.ref_name }}