Skip to content

Commit

Permalink
For debugging, always clean up run directory
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed May 1, 2024
1 parent 88dcf38 commit 562b701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-ci-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

steps:
- name: cleanup
if: ${{ github.event_name == 'schedule' }}
# DH* REVERT - DO CLEAN UP WITH NEXT PR NO MATTER WHAT
#if: ${{ github.event_name == 'schedule' }}
env:
JEDI_ENV: /home/ubuntu/ufs-bundle/jedi_run
run: |
Expand Down

0 comments on commit 562b701

Please sign in to comment.