Skip to content

Commit

Permalink
remove entire workspace, try --fails-only
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 19, 2024
1 parent d4f363a commit 71ecad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
rm $SCRATCH/cs.s*
rm -fr $SCRATCH/SMS_Ld2*
rm -fr $GITHUB_WORKSPACE/*
rm -fr $GITHUB_WORKSPACE
- name: Checkout code
uses: actions/checkout@v4
- name: Run git-fleximod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
if: success() || failure()
if: always()
env:
CC: mpicc
FC: mpifort
Expand Down

0 comments on commit 71ecad7

Please sign in to comment.