Skip to content

Commit 2f7e724

Browse files
committed
workflow to copy performance results
1 parent 08f1c89 commit 2f7e724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit_performance_result.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Copy performance results from S3
1+
name: Commit performance results into repo
22
on:
33
workflow_dispatch:
44
inputs:
@@ -10,7 +10,7 @@ permissions:
1010
id-token: write # This is required for requesting the JWT
1111
contents: write # This is required for pushing changes back to the repo
1212
jobs:
13-
publishCommit:
13+
commitPerformanceResults:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)