Explorar o código

remove unnecessary step

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