Skip to content

Commit 77a9c1d

Browse files
authored
chore: update traffic analyzer display name
1 parent 4209b70 commit 77a9c1d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/main.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ on:
55
# runs once a week on sunday
66
- cron: "55 23 * * 0"
77

8-
repository_dispatch:
9-
types: do-something
8+
workflow_dispatch:
9+
# Inputs the workflow accepts.
10+
inputs:
11+
name:
12+
# Friendly description to be shown in the UI instead of 'name'
13+
description: 'Push to Kick off Traffic Analyzer'
14+
1015

1116
jobs:
1217
# This workflow contains a single job called "traffic"

0 commit comments

Comments
 (0)