We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6acab8 commit ba79a05Copy full SHA for ba79a05
.github/workflows/ci.yml
@@ -174,7 +174,8 @@ jobs:
174
docker-smoke-test:
175
name: Docker Smoke Test
176
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}
177
- if: github.event.inputs.test_filter == ''
+ # Only run in merge queue (Docker builds are slow)
178
+ if: github.event_name == 'merge_group'
179
steps:
180
- name: Checkout code
181
uses: actions/checkout@v4
0 commit comments