mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
CI: Make the notes-push workflow not run in forks
This commit is contained in:
parent
ce1aa49405
commit
de66e2551f
Notes:
github-actions[bot]
2024-07-21 11:27:21 +00:00
Author: https://github.com/sideshowbarker Commit: https://github.com/LadybirdBrowser/ladybird/commit/de66e2551f3 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/742
1 changed files with 1 additions and 0 deletions
1
.github/workflows/notes-push.yml
vendored
1
.github/workflows/notes-push.yml
vendored
|
@ -7,6 +7,7 @@ permissions:
|
|||
contents: write
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == "LadybirdBrowser/ladybird"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue