Skip to content

Commit 83a1a87

Browse files
committed
Only run napari hub preview on labelled PRs
1 parent da65625 commit 83a1a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/napari_hub_preview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: napari hub Preview Page # we use this name to find your preview page artif
33

44
on:
55
pull_request:
6-
branches:
7-
- '**'
6+
types: [ labeled ]
87

98
jobs:
109
preview-page:
10+
if: ${{ github.event.label.name == 'napari hub preview' }}
1111
name: Preview Page Deploy
1212
runs-on: ubuntu-latest
1313

0 commit comments

Comments
 (0)