Skip to content

Commit cc137a8

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent be831f9 commit cc137a8

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
@@ -245,7 +245,7 @@ jobs:
245245

246246
dependency-submission:
247247
name: Submit Dependencies
248-
if: github.event_name != 'pull_request'
248+
if: github.event.repository.fork == false && github.event_name != 'pull_request'
249249
strategy:
250250
matrix:
251251
os: [ubuntu-latest]

0 commit comments

Comments
 (0)