Skip to content

Commit f2833cd

Browse files
committed
test
1 parent 2fe44a3 commit f2833cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/eamxx-sa-testing.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ on:
4242
description: 'Force cdash submission'
4343
required: true
4444
type: boolean
45+
use_kokkos_dev:
46+
description: 'Run with Kokkos develop branch'
47+
required: false
48+
type: boolean
4549

4650
# Add schedule trigger for nightly runs at midnight MT (Standard Time)
4751
schedule:
@@ -62,7 +66,7 @@ env:
6266
# Do EKAT testing for nightlies or (TODO: if EKAT label is present)
6367
ekat: ${{ github.event_name == 'schedule' }}
6468
# For the weekly run, we test using the kokkos develop branch
65-
kokkos_dev_test: ${{ github.event_name == 'schedule' && github.event.schedule == '0 7 * * 1' }}
69+
kokkos_dev_test: ${{ github.event_name == 'schedule' && github.event.schedule == '0 7 * * 1' || (github.event_name == 'workflow_dispatch' && inputs.use_kokkos_dev) }}
6670

6771
jobs:
6872
gcc-openmp:

0 commit comments

Comments
 (0)