三咲智子 Kevin Deng před 2 roky
rodič
revize
ebc157c84c
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      .github/workflows/ci.yml

+ 4 - 1
.github/workflows/ci.yml

@@ -64,7 +64,10 @@ jobs:
   release:
     concurrency:
       group: release
-    if: github.repository == 'vuejs/core-vapor' && github.event_name == 'push'
+    if: |
+      github.repository == 'vuejs/core-vapor' &&
+      github.event_name == 'push' &&
+      !contains(github.event.head_commit.message, 'skip release')
     runs-on: ubuntu-latest
     needs: [unit-test, lint-and-test-dts]
     steps: