Skip to content

Commit b992152

Browse files
committed
Add comment
1 parent f59cbe8 commit b992152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit_test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name: Test
77
on:
88
push:
99
branches: [ main, feature/* ]
10+
# pull_request_targetsにはしない。Public repoだからforkされるとsecretが読み込まれる
11+
# NOTE: Dependabotでbuild-ios-debug,build-android-debugで毎回失敗するが仕方ないものとする。他のCIが通っていればOK
1012
pull_request:
1113
branches: [ main, feature/* ]
1214

0 commit comments

Comments
 (0)