Browse Source

fix(ci): Dispatch backend.yml instead of backend-test.yml (#34494)

This is a fallout from https://github.com/getsentry/getsentry/pull/7442
Armen Zambrano G 2 years ago
parent
commit
4906380931
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/scripts/getsentry-dispatch.js

+ 1 - 1
.github/workflows/scripts/getsentry-dispatch.js

@@ -14,7 +14,7 @@ const DISPATCHES = [
     pathFilterName: 'frontend',
   },
   {
-    workflow: 'backend-test.yml',
+    workflow: 'backend.yml',
     pathFilterName: 'backend_dependencies',
   },
 ];