From 5926fcfc0776c112680cbca28553c15211c2fda7 Mon Sep 17 00:00:00 2001 From: Karl Higley Date: Thu, 8 Sep 2022 12:49:33 -0400 Subject: [PATCH] Switch downstream repo tests from `build` to `check` (to make optional) (#137) --- .github/workflows/cpu-models.yml | 2 +- .github/workflows/cpu-nvtabular.yml | 2 +- .github/workflows/cpu-systems.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cpu-models.yml b/.github/workflows/cpu-models.yml index e4f729d28..818185b8e 100644 --- a/.github/workflows/cpu-models.yml +++ b/.github/workflows/cpu-models.yml @@ -10,7 +10,7 @@ on: branches: [ main ] jobs: - build: + check: runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/.github/workflows/cpu-nvtabular.yml b/.github/workflows/cpu-nvtabular.yml index 879c0e578..2a2ddfefe 100644 --- a/.github/workflows/cpu-nvtabular.yml +++ b/.github/workflows/cpu-nvtabular.yml @@ -10,7 +10,7 @@ on: branches: [ main ] jobs: - build: + check: runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/.github/workflows/cpu-systems.yml b/.github/workflows/cpu-systems.yml index b6c0f3262..21fbe202f 100644 --- a/.github/workflows/cpu-systems.yml +++ b/.github/workflows/cpu-systems.yml @@ -10,7 +10,7 @@ on: branches: [ main ] jobs: - build: + check: runs-on: ${{ matrix.os }} strategy: matrix: