File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permissions:
1111
1212jobs :
1313 backport :
14+ if : github.repository == 'open-telemetry/opentelemetry-java'
1415 permissions :
1516 contents : write # for git push to PR branch
1617 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ permissions:
88
99jobs :
1010 sdk-benchmark :
11+ if : github.repository == 'open-telemetry/opentelemetry-java'
1112 permissions :
1213 contents : write # for git push to benchmarks branch
1314 name : Benchmark SDK
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ permissions:
1010
1111jobs :
1212 sdk-benchmark :
13+ if : github.repository == 'open-telemetry/opentelemetry-java'
1314 permissions :
1415 contents : write # for git push to benchmarks branch
1516 name : Benchmark SDK
Original file line number Diff line number Diff line change 1414 uses : ./.github/workflows/reusable-link-check.yml
1515
1616 publish-snapshots :
17+ if : github.repository == 'open-telemetry/opentelemetry-java'
1718 runs-on : ubuntu-24.04
1819 steps :
1920 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5051 success : >-
5152 ${{
5253 needs.link-check.result == 'success' &&
53- needs.publish-snapshots.result == 'success'
54+ ( needs.publish-snapshots.result == 'success' || needs.publish-snapshots.result == 'skipped')
5455 }}
You can’t perform that action at this time.
0 commit comments