Skip to content

Commit 502768a

Browse files
committed
Revert "chore: update traffic analyzer display name"
This reverts commit 77a9c1d.
1 parent 77a9c1d commit 502768a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/main.yml

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

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-
8+
repository_dispatch:
9+
types: do-something
1510

1611
jobs:
1712
# This workflow contains a single job called "traffic"

0 commit comments

Comments
 (0)