Skip to content

Commit

Permalink
Enable RAPIDS builds for manually dispatched workflows. (NVIDIA#2009)
Browse files Browse the repository at this point in the history
[skip-rapids][skip-vdc][skip-matrix][skip-docs]
  • Loading branch information
alliepiper authored and pciolkosz committed Aug 4, 2024
1 parent 8c57a35 commit d8ff705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
[[ '${{ github.event_name }}' == 'push' && '${{ github.repository }}' == 'NVIDIA/cccl' ]] || \
[[ '${{ github.event_name }}' == 'schedule' && '${{ github.repository }}' == 'NVIDIA/cccl' ]] || \
[[ '${{ github.event_name }}' == 'workflow_dispatch' && '${{ github.repository }}' == 'NVIDIA/cccl' ]] || \
[[ '${{ github.event_name }}' == 'pull_request' && '${{ github.repository }}' != 'NVIDIA/cccl' ]] \
&& echo "ok=true" | tee -a $GITHUB_OUTPUT \
|| echo "ok=false" | tee -a $GITHUB_OUTPUT;
Expand Down

0 comments on commit d8ff705

Please sign in to comment.