Skip to content

Commit f81263e

Browse files
Change Swift Package update workflow to run once a month
1 parent c2bb442 commit f81263e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Update
1010

1111
on:
1212
schedule:
13-
- cron: '0 0 * * 1'
13+
- cron: '0 0 1 * *'
1414
workflow_dispatch:
1515

1616
jobs:

0 commit comments

Comments
 (0)