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 1060a9b commit 97d13d7Copy full SHA for 97d13d7
.github/workflows/check-quickstartmodule.yml
@@ -3,11 +3,19 @@ on:
3
push:
4
branches:
5
- site
6
+ paths:
7
+ - assets/quick-start-module.js
8
+ - _includes/quick-start-module.js
9
+ - published_versions.json
10
+ - scripts/**
11
+ - .github/**
12
pull_request:
13
paths:
14
- assets/quick-start-module.js
15
- _includes/quick-start-module.js
16
- published_versions.json
17
18
19
20
jobs:
21
check-regen:
@@ -26,6 +34,7 @@ jobs:
26
34
CHANGES=$(git status --porcelain "assets/quick-start-module.js")
27
35
echo "$CHANGES"
28
36
[ -z "$CHANGES" ]
37
+
29
38
libtorch-downloadable:
30
39
runs-on: ubuntu-18.04
31
40
steps:
0 commit comments