Merge pull request #9233 from Homebrew/sorbet-workflow
Allow running `sorbet` workflow manually.
This commit is contained in:
commit
1e2cbe87f3
5
.github/workflows/sorbet.yml
vendored
5
.github/workflows/sorbet.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
name: Update Sorbet files
|
name: Update Sorbet files
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
@ -7,6 +8,8 @@ on:
|
|||||||
- master
|
- master
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tapioca:
|
tapioca:
|
||||||
if: github.repository == 'Homebrew/brew'
|
if: github.repository == 'Homebrew/brew'
|
||||||
@ -21,7 +24,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: BrewTestBot
|
username: BrewTestBot
|
||||||
|
|
||||||
- name: Update Tapioca definitions
|
- name: Update RBI files
|
||||||
id: update
|
id: update
|
||||||
run: |
|
run: |
|
||||||
git fetch origin
|
git fetch origin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user