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