Skip to content

Commit

Permalink
added dev_extra workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 8, 2024
1 parent 5d684b5 commit 1cea28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and address sanitizer.
#
# Ed Hartnett, 12/22/22
name: developer
name: dev_extra
on:
push:
branches:
Expand All @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

jobs:
developer:
dev_extra:
runs-on: ubuntu-latest
env:
FC: gfortran
Expand Down

0 comments on commit 1cea28a

Please sign in to comment.