Procházet zdrojové kódy

fix: github workflows

Yeuoly před 9 měsíci
rodič
revize
de83e44c07
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      .github/workflows/build-push.yml

+ 4 - 4
.github/workflows/build-push.yml

@@ -8,9 +8,9 @@ on:
   release:
     types: [published]
 
-# concurrency:
-#   group: build-push-${{ github.head_ref || github.run_id }}
-#   cancel-in-progress: false
+concurrency:
+  group: build-push-${{ github.head_ref || github.run_id }}
+  cancel-in-progress: true
 
 env:
   DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
@@ -20,7 +20,7 @@ env:
 jobs:
   build:
     runs-on: ${{ matrix.platform == 'linux/arm64' && 'arm64_runner' || 'ubuntu-latest' }}
-    if: github.repository == 'langgenius/dify'
+    if: github.repository == 'langgenius/dify-plugin-daemon'
     strategy:
       fail-fast: false
       matrix: