Skip to content

Commit

Permalink
chore: switch back to github build agent
Browse files Browse the repository at this point in the history
For the last several months we have been using a self-hosted build agent for the publishing step
because we encountered problems with disk space on the Github build agent. Now there is some kind of
issue with the connection from Github to the self-hosted agent.

Going to try switching back to Github infrastructure again. Perhaps we won't encounter the disk
space issue.
  • Loading branch information
jacderida committed Dec 18, 2024
1 parent 7256ced commit d128fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
publish-crates:
if: ${{ github.repository_owner == 'maidsafe' && github.ref == 'refs/heads/stable' }}
needs: [ build, s3-release ]
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d128fa7

Please sign in to comment.