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

Update project #16

Merged
merged 11 commits into from
Jan 5, 2025
Merged

Update project #16

merged 11 commits into from
Jan 5, 2025

Conversation

sideeffffect
Copy link
Contributor

Make the CI work and other niceties.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
@sideeffffect sideeffffect requested a review from keynmol January 5, 2025 14:17
Comment on lines +6 to +7
release:
types: [ 'published' ]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why change this? I don't think I've ever had an issue with the tags: setting in the dozens of projects I released on github

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It follows the intended semantics: You want to run the action when you publish a release on GitHub.

In all likelihood, you don't want to run the action when you push a tag various-fixes or whatever, right?

Comment on lines +23 to +26
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this some sort of universal recommendation? What does this help with?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The CI fails otherwise. It seemed like insufficient memory, so I added it. And now it's green.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
@keynmol keynmol merged commit 6ed6942 into indoorvivants:main Jan 5, 2025
2 checks passed
@keynmol
Copy link
Collaborator

keynmol commented Jan 5, 2025

Thanks!

@sideeffffect sideeffffect deleted the update-project branch January 5, 2025 15:18
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