mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +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
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.repository == 'SerenityOS/serenity'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue