Skip to content

Commit

Permalink
Remove "upload HEAD coverage" workflow
Browse files Browse the repository at this point in the history
As we have started using the merge queue which is the new "future main"
and merge by squashing is also no longer possible, the workflow is no
longer necessary.

Signed-off-by: Marcel Guzik <[email protected]>
  • Loading branch information
Bravo555 committed Feb 5, 2024
1 parent 281c0ef commit 191d7d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/head_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
env:
RUSTFLAGS: -D warnings
steps:
- name: Reclaim some disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf /opt/hostedtoolcache
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 191d7d7

Please sign in to comment.