You've already forked opentelemetry-go
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:
2
.github/workflows/links-fail-fast.yml
vendored
2
.github/workflows/links-fail-fast.yml
vendored
@@ -2,6 +2,8 @@ name: Links (Fail Fast)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
Reference in New Issue
Block a user