Browse Source

Merge pull request #2150 from gravitl/GRA-1253-test-automation

typo
Alex Feiszli 2 years ago
parent
commit
9af42eea8d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/deletedroplets.yml

+ 2 - 2
.github/workflows/deletedroplets.yml

@@ -1,8 +1,8 @@
 name: Delete Droplets
 
 on:
-  workflows_run:
-    workflows: [Run All Test on Branch]
+  workflow_run:
+    workflows: [Deploy and Test Branch]
     types:
       - completed