Skip to content

Commit c89a9aa

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent bb02358 commit c89a9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
dependency-submission:
168168
name: Submit Dependencies
169-
if: github.event_name != 'pull_request'
169+
if: github.event.repository.fork == false && github.event_name != 'pull_request'
170170
strategy:
171171
matrix:
172172
os: [ubuntu-latest]

0 commit comments

Comments
 (0)