Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free up space on github actions runners for all jobs. #8386

Merged
merged 5 commits into from
Jun 28, 2023
Merged

Conversation

cmnbroad
Copy link
Collaborator

@cmnbroad cmnbroad commented Jun 27, 2023

Add a github action to free up runner space for all jobs.

@lbergelson
Copy link
Member

@cmnbroad If you want to make it an action you could take a look at the .github/actions directory. We have two actions defined there. Then they can be invokes by their relative path. Here is an example:

   - uses: ./.github/actions/install-cromwell
        with:
          CROMWELL_VERSION: ${{ env.CROMWELL_VERSION }}

@lbergelson
Copy link
Member

Sorry, I made it harder...

@cmnbroad
Copy link
Collaborator Author

@lbergelson Its all good - this is definitely better.

@lbergelson
Copy link
Member

Actions: shell scripts but the long way around.

@cmnbroad cmnbroad marked this pull request as ready for review June 27, 2023 21:25
Copy link
Member

@lbergelson lbergelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Github To Me 👍

@cmnbroad
Copy link
Collaborator Author

Thanks for the tip, and the review @lbergelson.

@cmnbroad cmnbroad merged commit 3b95e6b into master Jun 28, 2023
20 checks passed
@cmnbroad cmnbroad deleted the cn_fix_runners branch June 28, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants