Skip to content

Commit

Permalink
test: Enable FVTs to be triggered manually (#432)
Browse files Browse the repository at this point in the history
Update FVT workflow definition to run on `workflow_dispatch` event

Signed-off-by: Christian Kadner <[email protected]>
  • Loading branch information
ckadner authored Sep 20, 2023
1 parent dd7277a commit 856b16e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fvt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: FVT

on:
workflow_dispatch:
pull_request:
branches:
- main
Expand Down

0 comments on commit 856b16e

Please sign in to comment.