Search e2e- round 2 (#103010)

* run async
This commit is contained in:
Scott Lepper
2025-03-27 13:14:55 -04:00
committed by GitHub
parent 15e7c3c439
commit e921c133c5
3 changed files with 29 additions and 13 deletions
@@ -0,0 +1,20 @@
name: trigger-dashboard-search-e2e
# triggers the dashboard search e2e tests which runs async
# doesn't block prs, allows setting up notifications from grafana
on:
push:
branches:
- e2e-async-job
pull_request:
branches:
- main
env:
ARCH: linux-amd64
jobs:
trigger-search-e2e:
runs-on: ubuntu-latest
steps:
- name: Trigger Dashboard Search E2E
run: echo "Triggered Dashboard Search e2e..."