Skip to content

Commit e392bcd

Browse files
committed
add name and workflow dispatch
1 parent 098ad2e commit e392bcd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/aztec-starter-traffic.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
name: Log aztec-starter traffic
2+
13
on:
24
schedule:
35
# runs once a week on sunday
46
- cron: "55 23 * * 0"
7+
workflow_dispatch:
58

6-
79
jobs:
810
# This workflow contains a single job called "traffic"
911
aztec-starter-traffic:

.github/workflows/noir-starter-traffic.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
name: Log noir-starter traffic
2+
13
on:
24
schedule:
35
# runs once a week on sunday
46
- cron: "55 23 * * 0"
5-
7+
workflow_dispatch:
68

79
jobs:
810
# This workflow contains a single job called "traffic"

0 commit comments

Comments
 (0)