Skip to content

Commit d835329

Browse files
committed
chore: add dummy reusable dispatch analytics job
1 parent 49bd097 commit d835329

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Reusable dispatch analytics
2+
3+
on:
4+
workflow_call:
5+
6+
jobs:
7+
dispatch_token:
8+
concurrency:
9+
group: analytics
10+
runs-on: ubuntu-latest
11+
steps:
12+
- run: echo 'hello world'

0 commit comments

Comments
 (0)