Skip to content

Commit

Permalink
Comment out other entry-point
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 18, 2024
1 parent b7c6d24 commit 5c66b96
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/build-commit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build a specific daft commit and store it in AWS S3
name: Build a Daft commit and store the outputted wheel in AWS S3

on:
pull_request:
Expand All @@ -12,24 +12,24 @@ on:
type: string
description: The machine type to use for the build
required: true
workflow_call:
secrets:
ACTIONS_AWS_ROLE_ARN:
description: The ARN of the AWS role to assume
required: true
inputs:
commit:
type: string
description: The commit hash to build
required: true
machine_type:
type: string
description: The machine type to use for the build
required: true
outputs:
wheel:
description: The wheel file that was built
value: ${{ jobs.build-commit.outputs.wheel }}
# workflow_call:
# secrets:
# ACTIONS_AWS_ROLE_ARN:
# description: The ARN of the AWS role to assume
# required: true
# inputs:
# commit:
# type: string
# description: The commit hash to build
# required: true
# machine_type:
# type: string
# description: The machine type to use for the build
# required: true
# outputs:
# wheel:
# description: The wheel file that was built
# value: ${{ jobs.build-commit.outputs.wheel }}

jobs:
build-commit:
Expand Down

0 comments on commit 5c66b96

Please sign in to comment.