CI: Make the notes-push workflow not run in forks

This commit is contained in:
sideshowbarker 2024-07-21 06:56:08 +09:00 committed by Andreas Kling
parent ce1aa49405
commit de66e2551f
Notes: github-actions[bot] 2024-07-21 11:27:21 +00:00

View File

@ -7,6 +7,7 @@ permissions:
contents: write
jobs:
build:
if: github.repository == "LadybirdBrowser/ladybird"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4