Skip to content

Commit ac67390

Browse files
committed
Merge branch 'workflows' into stable-0.10.y
2 parents 0e80afb + 605457a commit ac67390

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/abi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on:
1414
- master
1515
- queue
1616
workflow_dispatch:
17+
# GitHub workflow artifacts expire every 90 days.
18+
# Re-run this workflow every 2 months to make sure that we always
19+
# have a reference ABI to compare.
20+
schedule:
21+
- cron: "27 5 10 2,4,6,8,10,12 *"
1722
env:
1823
ABI_BRANCH: ${{ secrets.ABI_BRANCH }}
1924

0 commit comments

Comments
 (0)