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

DM-43182: Prompt Processing GitHub Actions don't account for test-only PRs #134

Merged
merged 3 commits into from
Mar 6, 2024

Commits on Mar 6, 2024

  1. Run 'Build and test service' when tests are updated.

    While we don't necessarily want to deploy a service in this case, it's
    important to verify that the tests are functional.
    kfindeisen committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0e6d1fe View commit details
    Browse the repository at this point in the history
  2. Run 'Release CI' workflow conditionally.

    This workflow now runs on the same PRs as 'Build and test service',
    reducing confusion and avoiding gratuitous builds for doc or
    repository-maintenance changes.
    kfindeisen committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b5aba04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fe914f View commit details
    Browse the repository at this point in the history