workqueue: handle nice better
[fio.git] / ci / actions-smoke-test.sh
index c129c89fadd0d1ead1f258f797b71ab448842f02..494462ac38a5c46d129d95c07146595e724c3878 100755 (executable)
@@ -3,6 +3,11 @@
 set -eu
 
 main() {
+    case "${CI_TARGET_BUILD}" in
+       android*)
+           return 0;;
+    esac
+
     echo "Running smoke tests..."
     make test
 }