Browse Source

skip release-subpackages-snapshot when the branch name starts with changeset-release/

Yuki Takei 2 năm trước cách đây
mục cha
commit
300f9d6382
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/release-subpackages.yml

+ 2 - 0
.github/workflows/release-subpackages.yml

@@ -21,6 +21,8 @@ concurrency:
 jobs:
   release-subpackages-snapshot:
 
+    if: "!startsWith(github.head_ref, 'changeset-release/')"
+
     runs-on: ubuntu-latest
 
     steps: