Skip to content

Commit ba79a05

Browse files
committed
ci: only run Docker smoke test in merge queue
1 parent d6acab8 commit ba79a05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ jobs:
174174
docker-smoke-test:
175175
name: Docker Smoke Test
176176
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}
177-
if: github.event.inputs.test_filter == ''
177+
# Only run in merge queue (Docker builds are slow)
178+
if: github.event_name == 'merge_group'
178179
steps:
179180
- name: Checkout code
180181
uses: actions/checkout@v4

0 commit comments

Comments
 (0)