mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Only run devcontainer build for the main repository
Let's not run this job on everyone's fork.
This commit is contained in:
parent
971d3eef4a
commit
76a0e601e5
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dev-container.yml
vendored
1
.github/workflows/dev-container.yml
vendored
|
@ -17,6 +17,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'SerenityOS/serenity'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in a new issue