Skip to content

Commit

Permalink
enable workflow dispatch, temporary push: directive to register compl…
Browse files Browse the repository at this point in the history
…ete-CI workflow
  • Loading branch information
jlnav committed Nov 6, 2023
1 parent fd5e1b3 commit c25e6e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: libEnsemble-complete-CI

on:
schedule:
- cron: '0 12 * * 1'
push:
workflow_dispatch:

jobs:
test-libE:
Expand All @@ -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
Expand Down

0 comments on commit c25e6e0

Please sign in to comment.