Skip to content

Commit

Permalink
updated PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 19, 2024
1 parent abe3fd0 commit a771495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types:
- "completed"
workflows:
- "Core SDK - MFOS standalone sanity report"
- "MFOS standalone sanity report - CORE,MANAGE,DISCOVERY"

jobs:
comment-on-pr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-standalone-mfos-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Core SDK - MFOS standalone sanity report
name: MFOS standalone sanity report - CORE,MANAGE,DISCOVERY

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utils.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function createComment(github, context) {
const { issue_number, Passes, Failures, Pending, Skipped, ARTIFACT_URL, JOB_PATH } = process.env;

const body = `
Core SDK - MFOS standalone sanity report:
MFOS standalone sanity report - CORE,MANAGE,DISCOVERY:
Passes - ${Passes} Failures - ${Failures} Pending - ${Pending} Skipped - ${Skipped}
Report JSON/HTML Files: ${ARTIFACT_URL}
Job Logs: ${JOB_PATH}
Expand Down

0 comments on commit a771495

Please sign in to comment.