Skip to content

Commit

Permalink
Simplify scheduling restriction to Homebrew ownership
Browse files Browse the repository at this point in the history
Co-authored-by: Bo Anderson <[email protected]>
  • Loading branch information
colindean and Bo98 authored Jan 31, 2024
1 parent 122aea8 commit 84ddc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
build:
if: ( github.event.schedule && github.repository == 'homebrew/homebrew-linux-fonts' ) || ! github.event.schedule
if: github.repository_owner == 'Homebrew' || !github.event.schedule
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 84ddc4b

Please sign in to comment.