diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yaml | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index bbb85f9a..678eb8ae 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -160,12 +160,6 @@ jobs:            path: /home/runner/.continue/continue.log          if: always() -      - name: Try to run linux binary -        run: | -          cd extension/server/exe -          ./run -        if: always() && matrix.os == 'ubuntu-20.04' -    publish:      needs: test-and-package      runs-on: ubuntu-20.04  | 
