Skip to content

Commit c18493a

Browse files
committed
Remove redundant body in release notes
1 parent c961b2d commit c18493a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/auto-version-bump.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,3 @@ jobs:
3232
tag: ${{ steps.tag_version.outputs.new_tag }}
3333
name: Release ${{ steps.tag_version.outputs.new_tag }}
3434
generateReleaseNotes: true
35-
body: |
36-
## Changes in this release
37-
38-
**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ steps.tag_version.outputs.tag }}...${{ steps.tag_version.outputs.new_tag }}

.github/workflows/run-e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
run-e2e-tests-shannon:
5555
name: Run E2E tests - HTTP Requests
5656
runs-on: "ubuntu-22.04"
57+
# TODO(@olshansky): Investigate why this job occasionally hangs indefinitely.
58+
# Adding explicit timeout to fail fast instead of waiting for GitHub's default 6-hour timeout.
59+
# The Go test itself has a 5min timeout (e2e/main_test.go:84), so 10min should be plenty.
60+
timeout-minutes: 10
5761
needs:
5862
- build-and-test-docker-image
5963
strategy:

0 commit comments

Comments
 (0)