We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122aea8 commit 84ddc4bCopy full SHA for 84ddc4b
.github/workflows/ruby.yml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
jobs:
7
build:
8
- if: ( github.event.schedule && github.repository == 'homebrew/homebrew-linux-fonts' ) || ! github.event.schedule
+ if: github.repository_owner == 'Homebrew' || !github.event.schedule
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
0 commit comments