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

Fix ci #226

Merged
merged 4 commits into from
Jul 9, 2024
Merged

Fix ci #226

merged 4 commits into from
Jul 9, 2024

Conversation

gabrielperales
Copy link
Contributor

@gabrielperales gabrielperales commented Jul 8, 2024

CleanShot 2024-07-08 at 11 14 49

@gabrielperales gabrielperales marked this pull request as ready for review July 8, 2024 09:13
Copy link
Member

@Nitrino Nitrino left a comment

Choose a reason for hiding this comment

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

@gabrielperales Thank for your contribution.
Later I will do a review of the library dependencies due to these changes, I think we may stop supporting some of the older versions, for example Ecto up to version 3+.

Comment on lines 1 to 5
on:
push:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
Copy link
Member

Choose a reason for hiding this comment

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

It seems to me we can just run CI on any PR

Suggested change
on:
push:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
on:
pull_request:

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think the CI badge is not working properly after removing on: push 😓

Copy link
Member

Choose a reason for hiding this comment

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

@gabrielperales No problem. I would fix them

.github/workflows/ci.yml Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
Co-authored-by: Petr Stepchenko <[email protected]>
@Nitrino Nitrino merged commit b083461 into elixirmoney:master Jul 9, 2024
2 checks passed
@@ -1,4 +1,5 @@
on: push
on:
pull_request:
Copy link
Contributor

Choose a reason for hiding this comment

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

Note that removing push here made it so that now it doens't run CI on master branch, only pull requests.

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.

3 participants