更新 GitHub Actions 工作流,添加手动触发工作流的支持
Some checks are pending
/ test-timezone (push) Waiting to run
/ services-test (push) Successful in 1s
/ hashFiles (push) Successful in 0s
/ go-hashfiles (push) Successful in 25s
/ job1 (push) Successful in 0s
/ job2 (push) Successful in 0s
/ job3 (push) Has been skipped
Some checks are pending
/ test-timezone (push) Waiting to run
/ services-test (push) Successful in 1s
/ hashFiles (push) Successful in 0s
/ go-hashfiles (push) Successful in 25s
/ job1 (push) Successful in 0s
/ job2 (push) Successful in 0s
/ job3 (push) Has been skipped
This commit is contained in:
1
.github/workflows/services-test.yaml
vendored
1
.github/workflows/services-test.yaml
vendored
@ -1,5 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
services-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user