diff --git a/.github/workflows/check-quickstartmodule.yml b/.github/workflows/check-quickstartmodule.yml index fa5507a2445c..bc12a8550f44 100644 --- a/.github/workflows/check-quickstartmodule.yml +++ b/.github/workflows/check-quickstartmodule.yml @@ -3,11 +3,19 @@ on: push: branches: - site + paths: + - assets/quick-start-module.js + - _includes/quick-start-module.js + - published_versions.json + - scripts/** + - .github/** pull_request: paths: - assets/quick-start-module.js - _includes/quick-start-module.js - published_versions.json + - scripts/** + - .github/** jobs: check-regen: @@ -26,6 +34,7 @@ jobs: CHANGES=$(git status --porcelain "assets/quick-start-module.js") echo "$CHANGES" [ -z "$CHANGES" ] + libtorch-downloadable: runs-on: ubuntu-18.04 steps: @@ -72,7 +81,7 @@ jobs: rel_type: [ "latest_stable" ] acc_type: [ "cuda11.1", "cuda10.2", "accnone" ] py_vers: [ "3.7", "3.8", "3.9" ] - os: ["ubuntu-18.04"] + os: ["ubuntu-18.04", "macos-latest"] env: TEST_ACC: ${{ matrix.acc_type }} TEST_VER: ${{ matrix.rel_type }}