From 783191e3dab19352279d87e717ef1b075d3e7042 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 20 Nov 2020 19:48:57 +0100 Subject: [PATCH] Allow running `sorbet` workflow manually. --- .github/workflows/sorbet.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sorbet.yml b/.github/workflows/sorbet.yml index afc1647d7a..e26cd01fb6 100644 --- a/.github/workflows/sorbet.yml +++ b/.github/workflows/sorbet.yml @@ -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