Sfoglia il codice sorgente

remove unnecessary step

Yuki Takei 4 anni fa
parent
commit
467dc27317
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      .github/workflows/release-rc.yml

+ 0 - 5
.github/workflows/release-rc.yml

@@ -66,8 +66,3 @@ jobs:
       run: |
         rm -rf /tmp/.buildx-cache
         mv /tmp/.buildx-cache-new /tmp/.buildx-cache
-
-    - name: Check whether workspace is clean
-      run: |
-        STATUS=`git status --porcelain`
-        if [ -z "$STATUS" ]; then exit 0; else exit 1; fi