Azure: Disable E2E tests on main (#111307)

Disable Azure E2E tests on main
This commit is contained in:
Andreas Christou
2025-09-18 15:02:05 +01:00
committed by GitHub
parent ad37c41227
commit bb658be486
+1 -1
View File
@@ -323,7 +323,7 @@ jobs:
retention-days: 1
run-azure-monitor-e2e:
if: needs.detect-changes.outputs.cloud_plugins_changed == 'true' && github.event.pull_request.head.repo.fork == false
if: needs.detect-changes.outputs.cloud_plugins_changed == 'true' && github.event.pull_request.head.repo.fork == false && github.event_name == 'pull_request'
runs-on: ubuntu-x64-large
needs:
- build-grafana