We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2833cd commit 9b8dc53Copy full SHA for 9b8dc53
.github/workflows/eamxx-sa-testing.yml
@@ -66,7 +66,7 @@ env:
66
# Do EKAT testing for nightlies or (TODO: if EKAT label is present)
67
ekat: ${{ github.event_name == 'schedule' }}
68
# 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) }}
+ kokkos_dev_test: ${{ github.event_name == 'schedule' && github.event.schedule == '0 7 * * 1' || (github.event_name == 'workflow_dispatch' && github.event.inputs.use_kokkos_dev) }}
70
71
jobs:
72
gcc-openmp:
0 commit comments