Skip to content

Commit

Permalink
[ci skip] Restrict nightly build to original repo (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner authored Dec 11, 2024
1 parent 1da3c4e commit 1030941
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception

# Build and test Kokkos FFT using Docker and Singularity images. Pre-generated
# images are pulled from Github registry; they are updated only if the current
# PR or commit modified the Docker files.
# images are pulled from Github registry.

name: Nightly tests

Expand All @@ -19,6 +18,9 @@ env:
jobs:
# build project
build:
# only run on original repo
if: ${{ github.repository == "kokkos/kokkos-fft" }}

runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 1030941

Please sign in to comment.