testing update brew list
This commit is contained in:
parent
7050d3bf29
commit
1cb1aeb57e
1 changed files with 8 additions and 2 deletions
10
.github/workflows/deploy_update_brew_lists.yml
vendored
10
.github/workflows/deploy_update_brew_lists.yml
vendored
|
|
@ -1,8 +1,13 @@
|
|||
---
|
||||
name: Update Brew Lists
|
||||
|
||||
# on:
|
||||
# schedule:
|
||||
# - cron: '0 2 */2 * *' # Run every two days at 2 AM
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 2 */2 * *' # Run every two days at 2 AM
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
update-brew-lists:
|
||||
|
|
@ -30,3 +35,4 @@ jobs:
|
|||
|
||||
- name: Update complete
|
||||
run: echo "update_brew_lists update process completed successfully."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue