Browse Source

chore(ci): disabled docker build in pull request

Jacky 2 years ago
parent
commit
b057d92ff0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -197,6 +197,7 @@ jobs:
                         ${{ env.DIST }}.tar.gz.digest
 
     docker-build:
+        if: github.event_name != 'pull_request'
         runs-on: ubuntu-latest
         needs: build
         env: