You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Only try to push to s3 for same-repo pull requests (#110)
When running CI on pull requests, the S3 keys needed to push doc changes
are only accessible when the pull request comes from the same repo as
the project repo. If it is from a clone, these are not available, and
the push fails.
Work around this by correctly detecting this case, and avoiding the s3
push in these instances.
As we get more and more outside contributions, this will need to be
revisited, possibly with a separate workflow that runs in a different
context and has the keys available.
0 commit comments