We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15b4d60 + e7f647e commit 90943e9Copy full SHA for 90943e9
.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