diff --git a/.github/workflows/extra.yml b/.github/workflows/extra.yml index e31410f84..44e348fb5 100644 --- a/.github/workflows/extra.yml +++ b/.github/workflows/extra.yml @@ -1,8 +1,8 @@ name: libEnsemble-complete-CI on: - schedule: - - cron: '0 12 * * 1' + push: + workflow_dispatch: jobs: test-libE: @@ -12,15 +12,15 @@ jobs: matrix: os: [ubuntu-latest] mpi-version: [mpich] - python-version: [3.9, "3.10", "3.11"] + python-version: [3.9, "3.10", "3.11", "3.12"] comms-type: [m, l] include: - os: macos-latest - python-version: 3.9 + python-version: 3.11 mpi-version: "mpich=4.0.3" comms-type: m - os: macos-latest - python-version: 3.9 + python-version: 3.11 mpi-version: "mpich=4.0.3" comms-type: l - os: ubuntu-latest