瀏覽代碼

ci(workflow): modify release job condition to exclude Actions release type

TheWildJames 11 月之前
父節點
當前提交
d8f955d8de
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -74,7 +74,7 @@ jobs:
 
   release:
     runs-on: ubuntu-latest
-    if: inputs.build_selection == 'All'
+    if: inputs.build_selection == 'All' && inputs.release_type != 'Actions'
     needs:
       - build-a12-5-10
       - build-a13-5-10