mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +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
Notes:
sideshowbarker
2024-07-17 19:07:06 +09:00
Author: https://github.com/r0x0d
Commit: a05d25d4e5
Pull-request: https://github.com/SerenityOS/serenity/pull/12353
Reviewed-by: https://github.com/trflynn89 ✅
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:
|
jobs:
|
||||||
build_and_test_serenity:
|
build_and_test_serenity:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
if: always() && github.repository == 'SerenityOS/serenity'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue