Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0f36dc

Browse files
ci: add networking release validation (#14273)
1 parent cba6e93 commit d0f36dc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: release-validation
2+
3+
on:
4+
push:
5+
tags:
6+
- "v*"
7+
8+
jobs:
9+
network-performance:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Run Schmoder CI
14+
uses: benc-uk/[email protected]
15+
with:
16+
workflow: ci.yaml
17+
repo: coder/schmoder
18+
inputs: '{ "num_releases": "3", "commit": "${{ github.sha }}" }'
19+
token: ${{ secrets.CDRCI_SCHMODER_ACTIONS_TOKEN }}
20+
ref: main

0 commit comments

Comments
 (0)