Skip to content

Commit 28deb56

Browse files
committed
ci: add networking release validation
1 parent 8563b37 commit 28deb56

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: release-validation
2+
3+
on:
4+
push:
5+
tags:
6+
- "v*"
7+
8+
jobs:
9+
network-performance:
10+
runs-on: depot-ubuntu-22.04-16
11+
12+
steps:
13+
- name: Run Schmoder CI
14+
uses: peter-evans/repository-dispatch@v3
15+
with:
16+
token: ${{ secrets.CDRCI_GITHUB_TOKEN }}
17+
repository: coder/schmoder
18+
event-type: cut-release
19+
client-payload: '{ "num_releases": "3", "commit": "${{ github.sha }}" }'

0 commit comments

Comments
 (0)