always trigger e2e (#107)
This commit is contained in:
parent
01e5a009e0
commit
82eb44a76d
1 changed files with 6 additions and 3 deletions
9
.github/workflows/e2e.yml
vendored
9
.github/workflows/e2e.yml
vendored
|
|
@ -1,9 +1,12 @@
|
|||
name: E2E
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Go Unit Test"]
|
||||
types: [completed]
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
types: [assigned, opened, synchronize, reopened]
|
||||
release:
|
||||
types: [ released ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue