Skip to content

Commit c1945b6

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 400e7f7 commit c1945b6

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
@@ -237,7 +237,7 @@ jobs:
237237

238238
dependency-submission:
239239
name: Submit Dependencies
240-
if: github.event_name != 'pull_request'
240+
if: github.event.repository.fork == false && github.event_name != 'pull_request'
241241
strategy:
242242
matrix:
243243
os: [ubuntu-latest]

0 commit comments

Comments
 (0)