Skip to content

Commit 7153f6a

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent ac2eb2d commit 7153f6a

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
@@ -285,7 +285,7 @@ jobs:
285285

286286
dependency-submission:
287287
name: Submit Dependencies
288-
if: github.event_name != 'pull_request'
288+
if: github.event.repository.fork == false && github.event_name != 'pull_request'
289289
strategy:
290290
matrix:
291291
os: [ubuntu-latest]

0 commit comments

Comments
 (0)