We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ea441 commit 43d818eCopy full SHA for 43d818e
.github/workflows/misc_0.yml
@@ -192,7 +192,7 @@ jobs:
192
runs-on: ubuntu-latest
193
if: |
194
!contains(github.event.pull_request.labels.*.name, 'Skip generate-workflows')
195
- && github.actor != 'opentelemetrybot'
+ && github.actor != 'opentelemetrybot' && github.event_name == 'pull_request'
196
steps:
197
- name: Checkout repo @ SHA - ${{ github.sha }}
198
uses: actions/checkout@v4
0 commit comments