mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 17:34:38 +08:00
@ -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
|
||||||
|
Reference in New Issue
Block a user