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

Commita37f8f9

Browse files
committed
choreeeee
1 parent250300d commita37f8f9

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

‎.github/workflows/trigger-tests.yml‎

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,25 @@ on:
44
push:
55
branches:[ main ]
66
pull_request:
7-
workflow_dispatch:
8-
workflow_call:
7+
branches:[ main ]
98

109
jobs:
11-
trigger-integration-tests:
12-
uses:nvim-java/tests/.github/workflows/test-nvim-java.yml@main
10+
trigger-tests:
11+
runs-on:ubuntu-latest
12+
13+
steps:
14+
-name:Trigger workflow in nvim-java/tests
15+
uses:actions/github-script@v7
16+
with:
17+
github-token:${{ secrets.GITHUB_TOKEN }}
18+
script:|
19+
github.rest.repos.createDispatchEvent({
20+
owner: 'nvim-java',
21+
repo: 'tests',
22+
event_type: 'test-nvim-java',
23+
client_payload: {
24+
triggered_by: context.repo.repo,
25+
ref: context.sha,
26+
event_type: context.eventName
27+
}
28+
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp