Skip to content

Commit

Permalink
Force execution of nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Dec 5, 2024
1 parent 1de4170 commit a0281c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
#
# 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.
# Build Kokkos FFT using Docker images. Kokkos on develop branch is cloned and
# used.

name: Nightly tests

on:
schedule:
cron: "0 1 * * 1-5" # every weekday at 1am
# FIXME remove before merging
pull_request:

env:
# Force the use of BuildKit for Docker
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
name: CI

on:
pull_request:
branches:
- main
# FIXME remove berfore merging
workflow_dispatch:
# pull_request:
# branches:
# - main

env:
# Force the use of BuildKit for Docker
Expand Down

0 comments on commit a0281c5

Please sign in to comment.