Skip to content

Commit 8b665ef

Browse files
authored
Merge pull request #3867 from graphql-java/performance-pipeline-improvements
Performance pipeline improvements
2 parents 45b4f7d + 57487ae commit 8b665ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/commit_performance_result.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
echo "Performance results already present"
3434
exit 0
3535
fi
36+
git pull
3637
git commit -m "Add performance results for commit ${{ github.event.inputs.sha }}"
3738
git push
3839

.github/workflows/publish_commit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Publish Commit SHA for performance testing
22
on:
3-
push:
3+
pull_request:
4+
types:
5+
- closed
46
branches:
57
- master
8+
paths-ignore:
9+
- 'performance-results/**'
610
permissions:
711
id-token: write # This is required for requesting the JWT
812
contents: read # This is required for actions/checkout

0 commit comments

Comments
 (0)