Skip to content

Commit 396026f

Browse files
authored
Merge pull request #211 from abelbraaksma/patch-1
Improve clarity on configuring for forkable repos
2 parents a5c5b63 + f191e67 commit 396026f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ To workaround this security restriction, it's required to use two separate workf
5858
1. `CI` runs in the context of the PR head branch with the read-only token. It executes the tests and uploads test results as a build artifact
5959
2. `Test Report` runs in the context of the repository main branch with read/write token. It will download test results and create reports
6060

61+
The second workflow will only run after it has been merged into your default branch (typically `main` or `master`), it won't run in a PR unless after the workflow file is part of that branch.
62+
6163
**PR head branch:** *.github/workflows/ci.yml*
6264
```yaml
6365
name: 'CI'

0 commit comments

Comments
 (0)