Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 66c7cba

Browse files
committedAug 19, 2024
ci: add networking release validation
1 parent cba6e93 commit 66c7cba

File tree

1 file changed

+21
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)
Failed to load comments.