grafana / tempo

Grafana Tempo is a high volume, minimal dependency distributed tracing backend.
https://grafana.com/oss/tempo/
GNU Affero General Public License v3.0
3.92k stars 510 forks source link

Update add-to-docs-project.yml #4136

Open knylander-grafana opened 1 day ago

knylander-grafana commented 1 day ago

Please check this! I'm trying to add a fix to the GitHub add for PRs to let them work with forks. This is my first time editing a GitHub action.

@jdbaldry posted this fix: "If you want to stop the errors on forks, you can add github.event.pull_request.head.repo.full_name == github.repository to the if expression that limits job execution."

What this PR does: Attempts to fix a build error using a suggestion Jack B.

Example error: https://github.com/grafana/tempo/actions/runs/11079160979/job/30787709474?pr=4135

image

Which issue(s) this PR fixes: Fixes #

Checklist