Skip to content

Commit 43d818e

Browse files
authored
Update workflows (#4158)
Fixes #4157
1 parent 15ea441 commit 43d818e

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
@@ -192,7 +192,7 @@ jobs:
192192
runs-on: ubuntu-latest
193193
if: |
194194
!contains(github.event.pull_request.labels.*.name, 'Skip generate-workflows')
195-
&& github.actor != 'opentelemetrybot'
195+
&& github.actor != 'opentelemetrybot' && github.event_name == 'pull_request'
196196
steps:
197197
- name: Checkout repo @ SHA - ${{ github.sha }}
198198
uses: actions/checkout@v4

0 commit comments

Comments
 (0)