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 8ce7ab3 commit 766967dCopy full SHA for 766967d
.github/workflows/misc_0.yml
@@ -147,7 +147,7 @@ jobs:
147
runs-on: ubuntu-latest
148
if: |
149
!contains(github.event.pull_request.labels.*.name, 'Approve Public API check')
150
- && github.actor != 'opentelemetrybot'
+ && github.actor != 'opentelemetrybot' && github.event_name == 'pull_request'
151
steps:
152
- name: Checkout repo @ SHA - ${{ github.sha }}
153
uses: actions/checkout@v4
0 commit comments