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

Feat/dynamic matrix ci #23

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Feat/dynamic matrix ci #23

wants to merge 3 commits into from

Conversation

endersonmaia
Copy link
Contributor

@endersonmaia endersonmaia commented Sep 4, 2023

This PR will make the CI build to build the templates on the following conditions:

  • on pull_request: only builds the templates that thas changes in that PR;
  • on push to main: will build all templates;

@endersonmaia endersonmaia force-pushed the feat/dynamic-matrix-ci branch from 1c2e486 to 41f18df Compare September 4, 2023 15:34
@endersonmaia endersonmaia requested a review from tuler September 4, 2023 15:36
@endersonmaia endersonmaia force-pushed the feat/dynamic-matrix-ci branch from 8644d77 to 2292fb1 Compare September 4, 2023 15:53
@tuler
Copy link
Contributor

tuler commented Sep 5, 2023

This looks very complex.
Either move code to an gh action, or use an existing actions.
I found this one. Take a look if it works.

@endersonmaia
Copy link
Contributor Author

endersonmaia commented Sep 5, 2023

This looks very complex.

It works.

Either move code to an gh action

I think it's even more complex.

, or use an existing actions. I found this one. Take a look if it works.

Tried and it's failing.

I'll go back to this later.

@endersonmaia endersonmaia force-pushed the feat/dynamic-matrix-ci branch from 920a055 to e387bf4 Compare April 8, 2024 15:51
@endersonmaia endersonmaia force-pushed the feat/dynamic-matrix-ci branch from e387bf4 to eb1ddbd Compare April 8, 2024 15:55
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