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.
2 parents da65625 + 83a1a87 commit 685fc16Copy full SHA for 685fc16
.github/workflows/napari_hub_preview.yml
@@ -3,11 +3,11 @@ name: napari hub Preview Page # we use this name to find your preview page artif
3
4
on:
5
pull_request:
6
- branches:
7
- - '**'
+ types: [ labeled ]
8
9
jobs:
10
preview-page:
+ if: ${{ github.event.label.name == 'napari hub preview' }}
11
name: Preview Page Deploy
12
runs-on: ubuntu-latest
13
0 commit comments