We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f2366 commit d83236aCopy full SHA for d83236a
1 file changed
.github/workflows/flutter-build.yml
@@ -1943,7 +1943,9 @@ jobs:
1943
- build-rustdesk-linux
1944
- build-rustdesk-linux-sciter
1945
runs-on: ${{ matrix.job.on }}
1946
- if: ${{ inputs.upload-artifact }}
+ # if: ${{ inputs.upload-artifact }}
1947
+ if: false
1948
+ # disable for now, because the job runs forever in some situations
1949
strategy:
1950
fail-fast: false
1951
matrix:
0 commit comments