Skip to content

Commit

Permalink
CI: Add statement to ensure workflow runs only on serenity
Browse files Browse the repository at this point in the history
Ensure that the `cmake.yml` workflow runs only on SerenityOS repository.
  • Loading branch information
r0x0d authored and alimpfard committed Feb 9, 2022
1 parent 353e72a commit a05d25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a05d25d

Please sign in to comment.