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

chore: reduce concurrent builds #702

Merged
merged 2 commits into from Dec 19, 2022

Commits on Dec 17, 2022

  1. chore: reduce concurrent builds

    It will avoid multiple pushes to have concurrent builds, aborting
    running builds in the followins scenarios:
    - for PRs, a new commit will abort running builds for the workflow
    - for branches, because it will use the SHA commit as discriminator, a new commit won't abort the running builds
    mdelapenya committed Dec 17, 2022
    Copy the full SHA
    4768e4b View commit details
    Browse the repository at this point in the history
  2. fix: update generator test

    mdelapenya committed Dec 17, 2022
    Copy the full SHA
    ded12be View commit details
    Browse the repository at this point in the history