Skip to content

Commit 5926fcf

Browse files
authored
Switch downstream repo tests from build to check (to make optional) (#137)
1 parent b78f7f0 commit 5926fcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cpu-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ main ]
1111

1212
jobs:
13-
build:
13+
check:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

.github/workflows/cpu-nvtabular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ main ]
1111

1212
jobs:
13-
build:
13+
check:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

.github/workflows/cpu-systems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ main ]
1111

1212
jobs:
13-
build:
13+
check:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)