parent
af9e841742
commit
e7f647e91b
|
|
@ -25,6 +25,11 @@ jobs:
|
|||
!contains(github.event.pull_request.labels.*.name, 'Skip generate-workflows')
|
||||
&& github.actor != 'opentelemetrybot'
|
||||
{%- endif %}
|
||||
{%- if job_data == "public-symbols-check" %}
|
||||
if: |
|
||||
!contains(github.event.pull_request.labels.*.name, 'Approve Public API check')
|
||||
&& github.actor != 'opentelemetrybot'
|
||||
{%- endif %}
|
||||
steps:
|
||||
- name: Checkout repo @ SHA - ${% raw %}{{ github.sha }}{% endraw %}
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue