Skip to content

Commit ef301fc

Browse files
committed
add some documentation
1 parent fb7c373 commit ef301fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
if: matrix.name == 'gcc-6'
5656
# Recent versions of Github's checkout action do not run on older Ubuntu versions because they use a too recent
5757
# Node.js version. Thus, we have to checkout the code manually.
58+
# Doing so is a bit tricky when it comes to PRs from forks (see #249 for details). The general idea here is that
59+
# we access Github's context information for the event triggering the action's execution and use some details on
60+
# the PR's HEAD if given. Otherwise (for executions due to master updates), we still use the provided
61+
# environment variables.
5862
run: |
5963
apt-get update
6064
apt-get install -y git

0 commit comments

Comments
 (0)