Skip to content

Commit

Permalink
More debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Apr 22, 2024
1 parent 588eb10 commit 6eb6267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-dispatch-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
fail-fast: false
matrix:
include: ${{ fromJSON(startsWith(inputs.dispatch, 'linux') && inputs.dummy_matrix || '[]') }}
continue-on-error: ${{ !startsWith(inputs.dispatch, 'linux') }}
runs-on: ${{inputs.runner}}
container:
options: -u root
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
fail-fast: false
matrix:
include: ${{ fromJSON(startsWith(inputs.dispatch, 'windows') && inputs.dummy_matrix || '[]') }}
continue-on-error: ${{ !startsWith(inputs.dispatch, 'windows') }}
runs-on: ${{inputs.runner}}
env:
SCCACHE_BUCKET: rapids-sccache-devs
Expand Down

0 comments on commit 6eb6267

Please sign in to comment.