1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

Only run links check on main branch merge (#6098)

Right now we are doubling our link checks for PRs against branches
hosted on the main repository. This is likely not helping our 429 issue
with link checking.
This commit is contained in:
Tyler Yahn
2025-01-05 08:06:52 -08:00
committed by GitHub
parent 278fb8b291
commit 3fd4a3f4b5

View File

@@ -2,6 +2,8 @@ name: Links (Fail Fast)
on:
push:
branches:
- main
pull_request:
jobs: