Skip to content

Commit d625795

Browse files
committed
chore: skip unity ci when Fork PR open
1 parent 10963ce commit d625795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: dotnet test -c Debug --no-build
2929

3030
build-unity:
31-
if: "!(contains(github.event.head_commit.message, '[skip ci]') || contains(github.event.head_commit.message, '[ci skip]')) && ((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))"
31+
if: "((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))"
3232
strategy:
3333
matrix:
3434
unity: ["2019.3.9f1", "2019.4.13f1", "2020.1.12f1"]

0 commit comments

Comments
 (0)