workflows: polish bumping

master
Dawid Dziurla 2021-08-13 22:41:55 +02:00
parent 5a9f496b43
commit 9e02b04f07
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B
1 changed files with 7 additions and 1 deletions

View File

@ -1,10 +1,14 @@
name: Bump formulae on schedule
on:
workflow_dispatch:
schedule:
# Every day at 5am
- cron: '0 5 * * *'
workflow_dispatch:
concurrency:
group: autobump
cancel-in-progress: true
env:
HOMEBREW_FORCE_HOMEBREW_ON_LINUX: 1
@ -20,6 +24,8 @@ jobs:
- name: Configure Git user
uses: Homebrew/actions/git-user-config@master
with:
username: BrewTestBot
- name: Set up commit signing
uses: Homebrew/actions/setup-commit-signing@master