Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Oct 22, 2024
1 parent 340ca02 commit 78a2b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
key: "${{ runner.os }}-${{ env.cache-key }}"
- name: "Prepare shells"
id: prepare-shells
if: "${{ steps.cache-action.outcome != 'skipped' }}"
shell: bash
run: |
# Preparing shells...
Expand Down Expand Up @@ -210,7 +211,7 @@ jobs:
main
exit "${EXIT_CODE:?}"
- name: "Clean extracted files"
if: "always()"
if: "${{ always() && steps.cache-action.outcome != 'skipped' }}"
shell: bash
run: |
# Cleaning extracted files...
Expand Down

0 comments on commit 78a2b6c

Please sign in to comment.