github: don't wait for flatpak build finish, it's broken for us anyway
This commit is contained in:
parent
cb43df43ef
commit
eb61bcf76a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
|
@ -92,7 +92,8 @@ jobs:
|
||||||
release:
|
release:
|
||||||
name: "Upload releases"
|
name: "Upload releases"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build, flatpak]
|
#needs: [build, flatpak]
|
||||||
|
needs: build
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Remove old release
|
- name: Remove old release
|
||||||
|
|
Loading…
Add table
Reference in a new issue