Skip to content

Commit

Permalink
update fleximod workflow for ctsm
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jan 18, 2024
1 parent 13a9d9c commit f1c4a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# Use the latest stable version of the github action
- uses: psf/black@stable
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/fleximod-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
on:
push:
branches:
- master
- remove_manage_externals
- 'branches/CESM3_dev.**'
pull_request:
branches:
- master
- remove_manage_externals
- 'branches/CESM3_dev.**'
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f1c4a94

Please sign in to comment.