Skip to content

Commit

Permalink
fix(ci): Cleanup license files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Oct 22, 2023
1 parent fcd1591 commit af42c78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,10 @@ jobs:
with:
name: benchmarks-${{ github.sha }}
path: ${{ github.workspace }}/shot-benchmarker/benchmarks

- name: Cleanup license files
if: ${{ success() || failure() }}
shell: bash
run: |
rm -f $GRB_LICENSE_FILE
rm -f $GAMS_LICENSE_FILE

0 comments on commit af42c78

Please sign in to comment.