Skip to content

Commit

Permalink
Expose CCCL branch controls on Actions UI for RAPIDS workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Feb 26, 2025
1 parent 9f238da commit fbcb075
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/build-rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,26 @@ name: Build all RAPIDS repositories

on:
workflow_dispatch:
inputs:
override_cccl_tag:
description: "If set, override the tag used when pulling the CCCL repository into RAPIDS."
required: false
default: ""
type: string
override_cccl_version:
description: "If set, override the version used by rapids-cmake to patch CCCL."
required: false
default: ""
type: string
enable_slack_alerts:
description: "If true, a message will be posted to the CCCL GHA CI Alert channel if the workflow fails."
required: false
default: false
type: boolean
workflow_call:
inputs:
override_cccl_tag:
description: "If set, override the tag used for the CCCL repository."
description: "If set, override the tag used when pulling the CCCL repository into RAPIDS."
required: false
default: ""
type: string
Expand Down

0 comments on commit fbcb075

Please sign in to comment.