From 5c66b96d818d6090d1454b67fb70bdb183887373 Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Mon, 18 Nov 2024 11:16:46 -0800 Subject: [PATCH] Comment out other entry-point --- .github/workflows/build-commit.yaml | 38 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build-commit.yaml b/.github/workflows/build-commit.yaml index bbda5931a5..f770b198b9 100644 --- a/.github/workflows/build-commit.yaml +++ b/.github/workflows/build-commit.yaml @@ -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: @@ -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: