Skip to content

Commit 751ce4e

Browse files
committed
ignore
1 parent 05ac74e commit 751ce4e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
{%- if job_data == "public-symbols-check" %}
2929
if: |
3030
!contains(github.event.pull_request.labels.*.name, 'Approve Public API check')
31-
&& github.actor != 'opentelemetrybot' && github.event_name == 'pull_request'
31+
&& github.event.pull_request.user.login != 'opentelemetrybot' && github.event_name == 'pull_request'
3232
{%- endif %}
3333
steps:
3434
- name: Checkout repo @ SHA - ${% raw %}{{ github.sha }}{% endraw %}

.github/workflows/misc_0.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ jobs:
9191
- name: Check workflows are up to date
9292
run: git diff --exit-code || (echo 'Generated code is out of date, run "tox -e generate" and commit the changes in this PR.' && exit 1)
9393

94-
test:
95-
name: test
96-
steps:
97-
name: test
98-
run: echo "${{ toJson(github) }}"
99-
10094
generate-workflows:
10195
name: generate-workflows
10296
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)