| commit | c314f0c95a5b10cb10904181a181c4ce0d8d1a4b | [log] [tgz] |
|---|---|---|
| author | Philip Zeyliger <philip@bold.dev> | Wed Jul 16 16:48:46 2025 -0700 |
| committer | Philip Zeyliger <philip@bold.dev> | Wed Jul 16 16:48:46 2025 -0700 |
| tree | 420df7effcd472dd86cb5b3d92bafe2ce35b65db | |
| parent | 4f833b1678175fbc83c908fc347eae87a89a59db [diff] [blame] |
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]