Skip to content

Commit 5b72673

Browse files
committed
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 9390c56 commit 5b72673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)