Skip to content

Commit

Permalink
Edit local action
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 16, 2024
1 parent c9a78bf commit 1d9d8f8
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/benchmark-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,14 @@ jobs:
outputs:
wheel: ${{ steps.build-commit.outputs.wheel }}
steps:
- id: build-commit
uses: ./.github/workflows/build-commit.yaml
- uses: actions/checkout@v4
with:
ref: ${{ matrix.commit }}
- uses: ./.github/workflows/build-commit.yaml
id: build-commit
with:
aws_role_arn: ${{ secrets.ACTIONS_AWS_ROLE_ARN }}
commit: ${{ matrix.commit }}
# - name: Checkout commit ${{ matrix.commit }}
# uses: actions/checkout@v4
# with:
# ref: ${{ matrix.commit }}
# - uses: ./.github/actions/build-commit
# with:
# aws_role_arn: ${{ secrets.ACTIONS_AWS_ROLE_ARN }}
# commit: ${{ matrix.commit }}
aws_role_arn: ${{ secrets.ACTIONS_AWS_ROLE_ARN }}

run:
needs: build
Expand Down

0 comments on commit 1d9d8f8

Please sign in to comment.