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-dev.yml b/.github/workflows/queue-dev.yml
index 8da0dc2..6ee3b08 100644
--- a/.github/workflows/queue-dev.yml
+++ b/.github/workflows/queue-dev.yml
@@ -26,6 +26,7 @@
permissions: read-all
with:
ref: ${{ needs.formatting.outputs.commit_sha }}
+ include-slow-tests: false
ui-test:
needs: [formatting]
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]