Explorar o código

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

Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
300f9d6382
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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: