We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03f2366 + d83236a commit d0c5037Copy full SHA for d0c5037
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