Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
kmruehl committed Mar 29, 2022
2 parents 5e3b460 + 762cb7d commit 5b69146
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,17 @@ jobs:
Write_Custom_h5]
name: ${{ matrix.folder }} on MATLAB ${{ matrix.release }}
steps:
- name: Check out repository
- name: Check out repository (repository dispatch)
uses: actions/checkout@v2
with:
lfs: true
ref: 'dev'
if: github.event_name == 'repository_dispatch'
- name: Check out repository (push or pull request)
uses: actions/checkout@v2
with:
lfs: true
if: github.event_name != 'repository_dispatch'
- name: Checkout LFS objects
run: git lfs checkout
- name: Check out WEC-Sim
Expand Down

0 comments on commit 5b69146

Please sign in to comment.