Skip to content

Commit

Permalink
Runs cleanup on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 17, 2024
1 parent a77dcc8 commit 9d1ff39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
path: ${{ env.INDI_OTHER_WORKDIR }}/**/*.ex[45]

cleanup:
if: always()
name: Clean-up
needs: [compile-mq4, compile-mq5]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9d1ff39

Please sign in to comment.