Skip to content

Commit 488aa0a

Browse files
committed
add publish commit workflow
1 parent ab3e767 commit 488aa0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Commit for performance testing
1+
name: Publish Commit SHA for performance testing
22
on:
33
push:
44
branches:
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
role-to-assume: arn:aws:iam::637423498965:role/GitHubActionGrahQLJava
1616
aws-region: "ap-southeast-2"
17-
- run: aws sns publish --topic-arn "arn:aws:sns:ap-southeast-2:637423498965:graphql-java-commits.fifo" --message $GITHUB_SHA
17+
- run: aws sns publish --topic-arn "arn:aws:sns:ap-southeast-2:637423498965:graphql-java-commits.fifo" --message $GITHUB_SHA --message-group-id "graphql-java-commits"

0 commit comments

Comments
 (0)