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 d94a8ce commit 8ed985eCopy full SHA for 8ed985e
1 file changed
.github/workflows/java-lancedb.yml
@@ -16,9 +16,14 @@ on:
16
push:
17
branches:
18
- main
19
+ pull_request:
20
+ types:
21
+ - opened
22
+ - synchronize
23
+ - ready_for_review
24
+ - reopened
25
paths:
- - docs/src/spec/**
- - java/**
26
+ - java/lance-namespace-lancedb/**
27
- .github/workflows/java-lancedb.yml
28
workflow_dispatch:
29
inputs:
@@ -45,7 +50,7 @@ on:
45
50
46
51
concurrency:
47
52
group: ${{ github.workflow }}-${{ github.ref }}
48
- cancel-in-progress: true
53
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
49
54
55
env:
56
# This env var is used by Swatinem/rust-cache@v2 for the cache
0 commit comments