Skip to content

Commit

Permalink
Fix space at end of workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Sep 16, 2024
1 parent 2928843 commit 20e94e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/install_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,3 @@ runs:
with:
name: frozen-${{ inputs.requirements_file }}
path: ${{ inputs.requirements_file }}

1 change: 0 additions & 1 deletion .github/workflows/interface-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,4 +601,3 @@ jobs:
with:
token: ${{ secrets.codecov_token }}
fail_ci_if_error: true # upload errors should be caught early

1 change: 0 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,3 @@ jobs:
with:
name: ${{ steps.benchmark_name.outputs.benchmark_name }}-benchmarks
path: ${{ github.workspace }}/benchmark_results

0 comments on commit 20e94e0

Please sign in to comment.