Skip to content

Commit 97272ae

Browse files
authored
chore: add workflow explanatory comment (#55)
1 parent f25fca6 commit 97272ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/post-coverage-comment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# This workflow is independent as it requires write permissions, which GitHub blocks
16+
# on forks for security reasons. Thus, in order to be able to post comments with
17+
# code coverage details on PRs, we run a separate workflow in the context of the
18+
# base repository after any PR build workflow completes, relying on files uploaded
19+
# by the PR's build.
1520
name: Post Coverage Comment
1621

1722
on:

0 commit comments

Comments
 (0)