We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08def3e commit 97c3664Copy full SHA for 97c3664
.github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2
@@ -28,7 +28,7 @@ jobs:
28
{%- if job_data == "public-symbols-check" %}
29
if: |
30
!contains(github.event.pull_request.labels.*.name, 'Approve Public API check')
31
- && github.actor != 'opentelemetrybot'
+ && github.actor != 'opentelemetrybot' && github.event_name == 'pull_request'
32
{%- endif %}
33
steps:
34
- name: Checkout repo @ SHA - ${% raw %}{{ github.sha }}{% endraw %}
0 commit comments