From 33134709a03d05badff7573a884e93339fbf03bc Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Mon, 31 May 2021 11:27:17 +0200 Subject: [PATCH] build: fix post-merge action Signed-off-by: Stephan Renatus --- .github/workflows/post-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}