Skip to content

Commit 9d1934a

Browse files
committed
fixup! fixup! fixup! Green CI?
1 parent b08c728 commit 9d1934a

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.github/workflows/template.hbs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Create a Custom Summary!
2-
3-
| **Tests 📝** | **Passed ✅** | **Failed ❌** | **Skipped ⏭️** | **Pending ⏳** | **Other ❓** | **Flaky 🍂** | **Duration ⏱️** |
4-
| --- | --- | --- | --- | --- | --- | --- | --- |
5-
|{{data.results.summary.tests}}|{{data.results.summary.passed}}|{{data.results.summary.failed}}|{{data.results.summary.skipped}}|{{data.results.summary.pending}}|{{data.results.summary.other}}|{{data.results.summary.start}}|{{data.results.summary.stop}}|
1+
# {{github.workflow}}
2+
{{github.serverUrl}}
3+
{{github.buildUrl}}

.github/workflows/test-repositories.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,9 @@ jobs:
7373
git status
7474
git --no-pager diff
7575
76-
summary:
77-
permissions:
78-
contents: none
79-
runs-on: ubuntu-latest
80-
needs: openapi-repositories
81-
82-
if: always()
83-
84-
name: openapi-repositories-summary
85-
86-
steps:
87-
- name: Checkout
88-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
89-
9076
- name: Generate Markdown Summary
9177
uses: Ma11hewThomas/github-markdown-builder@v1
78+
if: failure()
9279
with:
9380
template-file-path: './.github/workflows/template.hbs'
9481
pull-request: true

0 commit comments

Comments
 (0)