diff --git a/.github/workflows/post-merge.yaml b/.github/workflows/post-merge.yaml index e201dd807d..fe23751533 100644 --- a/.github/workflows/post-merge.yaml +++ b/.github/workflows/post-merge.yaml @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@v2 - name: Build Linux and Windows - run: make ci-go-ci-build-linux ci-go-build-linux-static ci-go-ci-build-windows + run: make ci-go-ci-build-linux ci-go-ci-build-linux-static ci-go-ci-build-windows timeout-minutes: 30 env: TELEMETRY_URL: ${{ secrets.TELEMETRY_URL }}