Skip to content

Commit 51cba22

Browse files
author
horike37
committed
chore: update ci config
1 parent 00b97bc commit 51cba22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: CI
2-
3-
on: [ push, pull_request ]
2+
'on':
3+
pull_request_target:
4+
types: [labeled]
45

56
jobs:
67
test:
78
runs-on: ubuntu-latest
9+
if: contains(github.event.pull_request.labels.*.name, 'ok to test')
810
timeout-minutes: 45
911
steps:
1012
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)