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
Notes: sideshowbarker 2024-07-18 00:41:35 +09:00

View File

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