We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d139a42 commit 65c388aCopy full SHA for 65c388a
.github/workflows/qemu.yaml
@@ -75,7 +75,12 @@ jobs:
75
name: Tizen
76
77
runs-on: ubuntu-latest
78
- if: github.actor != 'restyled-io[bot]'
+ # NOTE: job temporarely disabled as it seems flaky. The flake does not result in usable
79
+ # logs so the current theory is that we run out of space. This is unusual as
80
+ # larger docker images succeed at bootstrap, however it needs more investigation
81
+ # to detect an exact/real root cause.
82
+ if: false
83
+ # if: github.actor != 'restyled-io[bot]'
84
85
container:
86
image: ghcr.io/project-chip/chip-build-tizen-qemu:54
0 commit comments