Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 22, 2024
1 parent b5fb315 commit 46e578d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ jobs:
done
}
main
echo ':: ${{ steps.cache-action.result }}'
echo ':: ${{ steps.cache-action.outcome }}'
exit "${EXIT_CODE:?}"
- name: "Clean extracted files"
if: "${{ always() && steps.cache-action.result != 'skipped' }}"
if: "${{ always() && steps.cache-action.outcome != 'skipped' }}"
shell: bash
run: |
# Cleaning extracted files...
Expand Down

0 comments on commit 46e578d

Please sign in to comment.