mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +00:00
CI: Add statement to ensure workflow runs only on serenity
Ensure that the `cmake.yml` workflow runs only on SerenityOS repository.
This commit is contained in:
parent
353e72ac9b
commit
a05d25d4e5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
|
@ -15,6 +15,7 @@ concurrency:
|
|||
jobs:
|
||||
build_and_test_serenity:
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: always() && github.repository == 'SerenityOS/serenity'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue