Browse Source

github: don't wait for flatpak build finish, it's broken for us anyway

pull/2/head
Alibek Omarov 1 year ago
parent
commit
eb61bcf76a
  1. 3
      .github/workflows/c-cpp.yml

3
.github/workflows/c-cpp.yml

@ -92,7 +92,8 @@ jobs: @@ -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

Loading…
Cancel
Save