File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 :
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
6771jobs :
6872 gcc-openmp :
You can’t perform that action at this time.
0 commit comments