GitHub Actions: build documentation of AdditiveClosuresForCAP - #1759
Conversation
|
Shouldn't this be part of the original PR? |
|
But does the CI then immediately use the new workflow? I thought it would execute the new PR with its old workflow. It shouldn't do any harm, since executes only if the directory |
|
Uploading to Codecov fails. |
|
Uploading to Codecov fails—or takes too long—because the CODECOV_TOKEN secret is, for security reasons, not available in pull requests from external forks. It’s only accessible during push events or pull requests originating from a branch within the same repository. This is why GitHub Actions often run faster once a PR has been merged. About the workflow file: I believe GitHub-Actions will use the updated version of the workflow file. So what Mohamed suggested about including the line in your original PR is actually valid. |
So it will always fail for my PR's? :)
Ok, thank you. But I leave this PR open for now, just in case. |
Yes, it fails until eventually after 1 hour it succeeds :-) |
No description provided.