Skip to content

Commit 72a255f

Browse files
committed
Update GHA workflow
1 parent 29f7022 commit 72a255f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/azure-dev-build-only.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,18 @@ jobs:
7979
post-new-comment: true
8080
comment-title: "Test Results"
8181

82-
- name: Comment to issue
83-
if: ${{ !cancelled() && (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') }}
84-
uses: actions-cool/issues-helper@v3
85-
with:
86-
actions: "create-comment"
87-
token: ${{ secrets.GH_PAT_GRAINED }}
88-
issue-number: ${{ github.event.pull_request.number }}
89-
body: |
90-
## Test Results
91-
92-
### Tests
93-
94-
| :clipboard: Total | :heavy_check_mark: Passed | :x: Failed | :warning: Skipped |
95-
|-------------------|---------------------------|------------|-------------------|
96-
| ${{ steps.test-report.outputs.tests-total }} | ${{ steps.test-report.outputs.tests-passed }} | ${{ steps.test-report.outputs.tests-failed }} | ${{ steps.test-report.outputs.tests-skipped }} |
82+
# - name: Comment to issue
83+
# if: ${{ !cancelled() && (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') }}
84+
# uses: actions-cool/issues-helper@v3
85+
# with:
86+
# actions: "create-comment"
87+
# token: ${{ secrets.GH_PAT_GRAINED }}
88+
# issue-number: ${{ github.event.pull_request.number }}
89+
# body: |
90+
# ## Test Results
91+
92+
# ### Tests
93+
94+
# | :clipboard: Total | :heavy_check_mark: Passed | :x: Failed | :warning: Skipped |
95+
# |-------------------|---------------------------|------------|-------------------|
96+
# | ${{ steps.test-report.outputs.tests-total }} | ${{ steps.test-report.outputs.tests-passed }} | ${{ steps.test-report.outputs.tests-failed }} | ${{ steps.test-report.outputs.tests-skipped }} |

0 commit comments

Comments
 (0)