We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956c434 commit 1dde335Copy full SHA for 1dde335
.github/workflows/build.yml
@@ -22,7 +22,8 @@ concurrency:
22
cancel-in-progress: true
23
24
env:
25
- USE_QEMU: ${{ fromJSON(github.event.inputs.use_qemu || 'false') || (github.event_name == 'schedule') || startsWith(github.ref, 'refs/tags/') }}
+ USE_QEMU: true
26
+ # ${{ fromJSON(github.event.inputs.use_qemu || 'false') || (github.event_name == 'schedule') || startsWith(github.ref, 'refs/tags/') }}
27
28
jobs:
29
lint:
0 commit comments