github: set include-slow-tests=false in queue-main and queue-dev workflows

Co-Authored-By: sketch <hello@sketch.dev>
Change-ID: s732f68156ca2ab2ek
diff --git a/.github/workflows/queue-main.yml b/.github/workflows/queue-main.yml
index 4d506b7..da68507 100644
--- a/.github/workflows/queue-main.yml
+++ b/.github/workflows/queue-main.yml
@@ -31,6 +31,7 @@
     permissions: read-all
     with:
       ref: ${{ needs.formatting.outputs.commit_sha }}
+      include-slow-tests: false
 
   ui-test:
     needs: [formatting]