Skip to content

Commit 31887df

Browse files
committed
Revert "test with QEMU"
This reverts commit 1dde335.
1 parent 3b584f7 commit 31887df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
env:
25-
USE_QEMU: true
26-
# ${{ fromJSON(github.event.inputs.use_qemu || 'false') || (github.event_name == 'schedule') || startsWith(github.ref, 'refs/tags/') }}
25+
USE_QEMU: ${{ fromJSON(github.event.inputs.use_qemu || 'false') || (github.event_name == 'schedule') || startsWith(github.ref, 'refs/tags/') }}
2726

2827
jobs:
2928
lint:

0 commit comments

Comments
 (0)