Merge pull request #9233 from Homebrew/sorbet-workflow

Allow running `sorbet` workflow manually.
This commit is contained in:
Markus Reiter 2020-11-20 20:45:32 +01:00 committed by GitHub
commit 1e2cbe87f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
name: Update Sorbet files
on:
push:
paths:
@ -7,6 +8,8 @@ on:
- master
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
tapioca:
if: github.repository == 'Homebrew/brew'
@ -21,7 +24,7 @@ jobs:
with:
username: BrewTestBot
- name: Update Tapioca definitions
- name: Update RBI files
id: update
run: |
git fetch origin