chore(ci): use workflow_dispatch instead of workflow_run in e2e.yml
This commit is contained in:
parent
94b5098cc1
commit
7dc09ac1a7
1 changed files with 1 additions and 2 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue