Skip to content

Conversation

@MikeMcQuaid
Copy link
Member

  • Run on push events so that parallel tests files are cached correctly and used to speedup the suites.
  • Set a conservative timeout for tests to avoid them running for hours sometimes.

- Run on `push` events so that parallel tests files are cached correctly
  and used to speedup the suites.
- Set a conservative timeout for tests to avoid them running for hours
  sometimes.
Copilot AI review requested due to automatic review settings November 16, 2025 11:39
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enables the tests job to run on push events and adds a timeout to prevent excessively long test runs. The changes support better caching of parallel test files by ensuring cache is populated on main/master branch pushes.

  • Removes the if: github.event_name != 'push' condition from the tests job to enable tests on push events
  • Adds a 30-minute timeout to the tests job to prevent tests from running indefinitely

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Nov 16, 2025
Merged via the queue into main with commit d6b691d Nov 16, 2025
43 checks passed
@MikeMcQuaid MikeMcQuaid deleted the tests_actions_tweaks branch November 16, 2025 17:59
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