Skip to content

Commit

Permalink
Switch downstream repo tests from build to check (to make optiona…
Browse files Browse the repository at this point in the history
…l) (#137)
  • Loading branch information
karlhigley authored Sep 8, 2022
1 parent b78f7f0 commit 5926fcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ main ]

jobs:
build:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpu-nvtabular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ main ]

jobs:
build:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpu-systems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ main ]

jobs:
build:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 5926fcf

Please sign in to comment.