parent
b0129acbdf
commit
161acbb8ca
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
{%- if job_data == "generate-workflows" %}
|
||||
if: |
|
||||
!contains(github.event.pull_request.labels.*.name, 'Skip generate-workflows')
|
||||
&& github.actor != 'opentelemetrybot'
|
||||
&& github.actor != 'opentelemetrybot' && github.event_name == 'pull_request'
|
||||
{%- endif %}
|
||||
{%- if job_data == "public-symbols-check" %}
|
||||
if: |
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
!contains(github.event.pull_request.labels.*.name, 'Skip generate-workflows')
|
||||
&& github.actor != 'opentelemetrybot'
|
||||
&& github.actor != 'opentelemetrybot' && github.event_name == 'pull_request'
|
||||
steps:
|
||||
- name: Checkout repo @ SHA - ${{ github.sha }}
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue