Skip to content

Commit 84ddc4b

Browse files
colindeanBo98
andauthored
Simplify scheduling restriction to Homebrew ownership
Co-authored-by: Bo Anderson <[email protected]>
1 parent 122aea8 commit 84ddc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
jobs:
77
build:
8-
if: ( github.event.schedule && github.repository == 'homebrew/homebrew-linux-fonts' ) || ! github.event.schedule
8+
if: github.repository_owner == 'Homebrew' || !github.event.schedule
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)