Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove required flag from shared-actions param #258

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/conda-python-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ on:
shared_actions_repo:
type: string
description: git repo for rapidsai/shared-actions code
# require this instead of defaulting, so that downstream users supply this with their repo
required: true
default: rapidsai/shared-actions
shared_actions_ref:
type: string
description: git ref of branch/tag/sha for rapidsai/shared-actions repo
# require this instead of defaulting, so that downstream users supply this with their repo branch
required: true
default: main

defaults:
run:
Expand Down