We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86ab10 commit aa71b57Copy full SHA for aa71b57
.github/workflows/arm-local-build.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Run Ubuntu24 Raw Image Build
60
env:
61
- RUN_QEMU_TEST: ${{ github.event.inputs.run_qemu_test }}
+ RUN_QEMU_TEST: ${{ github.event.push }}
62
run: |
63
echo "Starting Ubuntu24 raw image build..."
64
# Ensure script has access to docker group for Earthly
0 commit comments