Skip to content

Commit 6486808

Browse files
authored
Merge pull request #2402 from filecoin-project/fix/update-versions-cron
change update versions workflow to a cron job
2 parents 9878338 + 29384c8 commit 6486808

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/update-versions.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Update Lotus Version
22

33
on:
4+
schedule:
5+
# Run every 2 days at 03:47 UTC
6+
- cron: '47 3 */2 * *'
47
workflow_dispatch:
5-
pull_request:
6-
types: [opened, reopened]
78

89
jobs:
910
update-version:
@@ -38,4 +39,4 @@ jobs:
3839
This PR was automatically generated by GitHub Actions.
3940
branch: update-lotus-version
4041
base: main
41-
delete-branch: true
42+
delete-branch: true

0 commit comments

Comments
 (0)