Selaa lähdekoodia

chore(ci): use workflow_dispatch instead of workflow_run in e2e.yml

Nicolas Meienberger 1 vuosi sitten
vanhempi
commit
7dc09ac1a7
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      .github/workflows/e2e.yml

+ 1 - 2
.github/workflows/e2e.yml

@@ -6,7 +6,7 @@ on:
       tag:
         type: string
         description: 'Version to test (e.g. v1.6.0-beta.1)'
-  workflow_run:
+  workflow_dispatch:
     inputs:
       tag:
         type: string
@@ -16,7 +16,6 @@ jobs:
   deploy:
     timeout-minutes: 15
     runs-on: ubuntu-latest
-    needs: [build]
     outputs:
       droplet_id: ${{ steps.create-droplet.outputs.droplet_id }}
       droplet_ip: ${{ steps.get-droplet-ip.outputs.droplet_ip }}