mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
CI: Make the notes-push workflow not run in forks
This commit is contained in:
committed by
Andreas Kling
parent
ce1aa49405
commit
de66e2551f
1
.github/workflows/notes-push.yml
vendored
1
.github/workflows/notes-push.yml
vendored
@@ -7,6 +7,7 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.repository == "LadybirdBrowser/ladybird"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user