Skip to content

Commit 4f349cd

Browse files
committed
ci: consider only pull request event when running public-symbols-check
1 parent 65e6788 commit 4f349cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/misc_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-latest
148148
if: |
149149
!contains(github.event.pull_request.labels.*.name, 'Approve Public API check')
150-
&& github.actor != 'opentelemetrybot'
150+
&& github.actor != 'opentelemetrybot' && github.event_name == 'pull_request'
151151
steps:
152152
- name: Checkout repo @ SHA - ${{ github.sha }}
153153
uses: actions/checkout@v4

0 commit comments

Comments
 (0)