mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +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: https://github.com/SerenityOS/serenity/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:
|
||||
build_and_test_serenity:
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: always() && github.repository == 'SerenityOS/serenity'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue