We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9e841 commit e7f647eCopy full SHA for e7f647e
.github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2
@@ -25,6 +25,11 @@ jobs:
25
!contains(github.event.pull_request.labels.*.name, 'Skip generate-workflows')
26
&& github.actor != 'opentelemetrybot'
27
{%- 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 %}
33
steps:
34
- name: Checkout repo @ SHA - ${% raw %}{{ github.sha }}{% endraw %}
35
uses: actions/checkout@v4
0 commit comments