Skip to content

Commit 9b8dc53

Browse files
committed
test
1 parent f2833cd commit 9b8dc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ env:
6666
# Do EKAT testing for nightlies or (TODO: if EKAT label is present)
6767
ekat: ${{ github.event_name == 'schedule' }}
6868
# For the weekly run, we test using the kokkos develop branch
69-
kokkos_dev_test: ${{ github.event_name == 'schedule' && github.event.schedule == '0 7 * * 1' || (github.event_name == 'workflow_dispatch' && inputs.use_kokkos_dev) }}
69+
kokkos_dev_test: ${{ github.event_name == 'schedule' && github.event.schedule == '0 7 * * 1' || (github.event_name == 'workflow_dispatch' && github.event.inputs.use_kokkos_dev) }}
7070

7171
jobs:
7272
gcc-openmp:

0 commit comments

Comments
 (0)