From eb61bcf76a03fbb24e322fa6c0893e4cac5a7a84 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 24 May 2023 03:52:38 +0300 Subject: [PATCH] github: don't wait for flatpak build finish, it's broken for us anyway --- .github/workflows/c-cpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 4c401f44..7ceb90eb 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -92,7 +92,8 @@ jobs: release: name: "Upload releases" runs-on: ubuntu-latest - needs: [build, flatpak] + #needs: [build, flatpak] + needs: build if: ${{ github.event_name == 'push' }} steps: - name: Remove old release