mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-04 03:11:52 -05:00
/.github/workflows: only run ci checks against specific changes on explicit path
This commit is contained in:
@@ -3,6 +3,9 @@ name: Test Bats Unix
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'go/**'
|
||||
- 'integration-tests/**'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
@@ -3,6 +3,9 @@ name: Check Compatibility
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'go/**'
|
||||
- 'integration-tests/**'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
name: Test MySQL Client integrations
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'go/**'
|
||||
- 'integration-tests/**'
|
||||
|
||||
jobs:
|
||||
mysql_client_integrations_job:
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
name: Test Sysbench Runner Utility Works
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'go/**'
|
||||
- 'integration-tests/**'
|
||||
|
||||
jobs:
|
||||
mysql_client_integrations_job:
|
||||
|
||||
Reference in New Issue
Block a user