File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
- run : dotnet test -c Debug
20
20
21
21
build-unity :
22
- if : ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') }}
22
+ if : ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') || github.triggering_actor == 'dependabot[bot]' }}
23
23
strategy :
24
24
fail-fast : false
25
25
matrix :
67
67
68
68
test-unity :
69
69
needs : [build-unity]
70
- if : ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') }}
70
+ if : ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') || github.triggering_actor == 'dependabot[bot]' }}
71
71
strategy :
72
72
fail-fast : false
73
73
matrix :
You can’t perform that action at this time.
0 commit comments