Skip to content

Commit 7c5e644

Browse files
committed
test
1 parent 353a89c commit 7c5e644

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/my-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Triggered workflow from wdf
22

33
on:
4-
repository_dispatch:
5-
types: [gh-page-build-on-infra]
64
workflow_dispatch:
5+
inputs:
6+
event_type:
7+
description: 'Event type'
8+
required: false
9+
default: 'gh-page-build-on-infra'
710
push:
811
branches: [ "github_triggers_workflow"]
912
jobs:

0 commit comments

Comments
 (0)