Skip to content

Commit 8d62dad

Browse files
authored
Merge pull request #2362 from filecoin-project/bp/remove-syncronize
Fix remove synchronize from github action
2 parents df9524e + 5926647 commit 8d62dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Lotus Version
33
on:
44
workflow_dispatch: # Allows manual trigger
55
pull_request:
6-
types: [opened, reopened, synchronize]
6+
types: [opened, reopened]
77

88
jobs:
99
update-version:

0 commit comments

Comments
 (0)