Skip to content

Commit 1681c08

Browse files
author
espi3
committed
doc: update links in ci.yml
Updated three GitHub links to avoid redirects.
1 parent 0a931a9 commit 1681c08

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)