Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7b7f8aa

Browse files
committed
ci: add networking release validation
1 parent8563b37 commit7b7f8aa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
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+
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:peter-evans/repository-dispatch@v3
16+
with:
17+
token:${{ secrets.GITHUB_TOKEN }}
18+
repository:coder/schmoder
19+
event-type:cut-release
20+
client-payload:'{ "num_releases": "3", "commit": "${{ github.sha }}" }'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp