Skip to content

Commit ca58b8f

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 91996d7 commit ca58b8f

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
@@ -211,7 +211,7 @@ jobs:
211211

212212
dependency-submission:
213213
name: Submit Dependencies
214-
if: github.event_name != 'pull_request'
214+
if: github.event.repository.fork == false && github.event_name != 'pull_request'
215215
strategy:
216216
matrix:
217217
os: [ubuntu-latest]

0 commit comments

Comments
 (0)