diff --git a/.github/workflows/phar-build.yml b/.github/workflows/phar-build.yml index ff2de60b..a1029e9e 100644 --- a/.github/workflows/phar-build.yml +++ b/.github/workflows/phar-build.yml @@ -1,10 +1,11 @@ name: Build PHAR -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] +# Temporary disabled, please follow: https://github.com/crazywhalecc/static-php-cli/issues/179 +#on: +# push: +# branches: [ "main" ] +# pull_request: +# branches: [ "main" ] permissions: contents: read