workflows/scheduled: don’t run on forks (#53880)
parent
4daeeb2b6a
commit
2dec193d88
|
@ -7,6 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
autopublish:
|
||||
if: github.repository == 'Homebrew/homebrew-core'
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: homebrew/brew
|
||||
|
|
Loading…
Reference in New Issue