We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457713b commit 669341fCopy full SHA for 669341f
.github/workflows/update_all_user_environments.yaml
@@ -1,8 +1,8 @@
1
name: "Update All User Environments"
2
3
on:
4
- pull_request:
5
- branches: [main]
+ schedule:
+ - cron: '0 6 * * 0'
6
7
8
env:
0 commit comments