Skip to content

Commit

Permalink
Run it on the CI this once
Browse files Browse the repository at this point in the history
I'll remove this once the test is behaving as expected. I just can't do the manual trigger on a workflow that's only on a branch
  • Loading branch information
liamhuber committed Dec 6, 2023
1 parent b63a782 commit 9e0af3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-macos-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ on:
schedule:
- cron: '0 23 * * 2'
workflow_dispatch:
pull_request:

jobs:
openmpi-on-macos-latest:
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/[email protected]
Expand Down

0 comments on commit 9e0af3d

Please sign in to comment.