Skip to content

Commit

Permalink
Fix runs-on for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 10, 2024
1 parent 398d86b commit dbf3bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-proofs-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

post-cleanup:
name: "Cleanup"
runs-on: docker
runs-on: aligned-runner-ci
if: ${{ always() }}
needs: network-test-docker-compose

Expand Down

0 comments on commit dbf3bd9

Please sign in to comment.