Browse Source

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

Yuki Takei 1 year ago
parent
commit
300f9d6382
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/release-subpackages.yml

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

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