Skip to content

Commit 99c0fd4

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 6737f5e commit 99c0fd4

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
@@ -215,7 +215,7 @@ jobs:
215215

216216
dependency-submission:
217217
name: Submit Dependencies
218-
if: github.event_name != 'pull_request'
218+
if: github.event.repository.fork == false && github.event_name != 'pull_request'
219219
strategy:
220220
matrix:
221221
os: [ubuntu-latest]

0 commit comments

Comments
 (0)