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

This commit is contained in:
Nicolas Meienberger 2023-08-24 09:01:18 +02:00 committed by Nicolas Meienberger
parent 25968a8198
commit ead4ced154

View file

@ -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 }}