Skip to content

Commit d83236a

Browse files
committed
Disable flatpak nightly build
The build runs forever in some situations, which runs up building minutes
1 parent 03f2366 commit d83236a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/flutter-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,9 @@ jobs:
19431943
- build-rustdesk-linux
19441944
- build-rustdesk-linux-sciter
19451945
runs-on: ${{ matrix.job.on }}
1946-
if: ${{ inputs.upload-artifact }}
1946+
# if: ${{ inputs.upload-artifact }}
1947+
if: false
1948+
# disable for now, because the job runs forever in some situations
19471949
strategy:
19481950
fail-fast: false
19491951
matrix:

0 commit comments

Comments
 (0)