1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:07:45 +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:
Jelle Raaijmakers 2023-05-24 20:19:40 +02:00
parent 971d3eef4a
commit 76a0e601e5

View file

@ -17,6 +17,7 @@ permissions:
jobs: jobs:
build: build:
if: github.repository == 'SerenityOS/serenity'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: