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