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

Follow-up cleanup of GitHub Actions migration #116

Merged
merged 2 commits into from
Nov 22, 2024

Commits on Nov 19, 2024

  1. Motivation:

    Make use of more common GitHub Actions migration workflows and repository style changes.
    
    Modifications:
    
    * Unit tests workflows run redis in a separate services container to speed up unit tests
    * Introduce `main.yml` which runs workflows on each commit to main and periodically to catch any regressions in merges or from upstream.
    * Remove the docker files which are no longer used and contained outdated pipelines.
    * Add Cxx interoperability checks
    
    Result:
    
    More in common with other GitHub Actions adoptions.
    rnro committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4cefe63 View commit details
    Browse the repository at this point in the history
  2. disable strict concurrency

    rnro committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6ef8359 View commit details
    Browse the repository at this point in the history