Skip to content

Commit 90943e9

Browse files
Merge branch 'main' into optional-send-receive-spans
2 parents 15b4d60 + e7f647e commit 90943e9

File tree

1 file changed

+5
-0
lines changed
  • .github/workflows/generate_workflows_lib/src/generate_workflows_lib

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
!contains(github.event.pull_request.labels.*.name, 'Skip generate-workflows')
2626
&& github.actor != 'opentelemetrybot'
2727
{%- endif %}
28+
{%- if job_data == "public-symbols-check" %}
29+
if: |
30+
!contains(github.event.pull_request.labels.*.name, 'Approve Public API check')
31+
&& github.actor != 'opentelemetrybot'
32+
{%- endif %}
2833
steps:
2934
- name: Checkout repo @ SHA - ${% raw %}{{ github.sha }}{% endraw %}
3035
uses: actions/checkout@v4

0 commit comments

Comments
 (0)