Skip to content

Commit b432e36

Browse files
committed
Merge bitcoin#31736: doc: update links in ci.yml
1681c08 doc: update links in ci.yml (espi3) Pull request description: Updated three outdated GitHub links to avoid redirects. ACKs for top commit: Sjors: ACK 1681c08 Tree-SHA512: 0ef934ebf308f0fee338cb6ac80b2826b9d442285c64af9e2547b020f5f0e5a0eaba7efeee6220e55790b78649d3060470ce65f35cb0ecc1f60041e5d640c6cb
2 parents 74ea7ed + 1681c08 commit b432e36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
name: CI
66
on:
7-
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request.
7+
# See: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request.
88
pull_request:
9-
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push.
9+
# See: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#push.
1010
push:
1111
branches:
1212
- '**'
@@ -26,7 +26,7 @@ jobs:
2626
name: 'test each commit'
2727
runs-on: ubuntu-24.04
2828
if: github.event_name == 'pull_request' && github.event.pull_request.commits != 1
29-
timeout-minutes: 360 # Use maximum time, see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes. Assuming a worst case time of 1 hour per commit, this leads to a --max-count=6 below.
29+
timeout-minutes: 360 # Use maximum time, see https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes. Assuming a worst case time of 1 hour per commit, this leads to a --max-count=6 below.
3030
env:
3131
MAX_COUNT: 6
3232
steps:

0 commit comments

Comments
 (0)