Skip to content

NH-145357 Fix tox runs at CI/CD - #839

Closed
tammy-baylis-swi wants to merge 2 commits into
mainfrom
NH-145357-fix-cicd-tox
Closed

tammy-baylis-swi wants to merge 2 commits into
mainfrom
NH-145357-fix-cicd-tox

Conversation

@tammy-baylis-swi

@tammy-baylis-swi tammy-baylis-swi commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Fixes change in #795 that stopped tox-based workflows from running at PR CI/CD.

@tammy-baylis-swi
tammy-baylis-swi marked this pull request as ready for review August 5, 2026 17:16
@tammy-baylis-swi
tammy-baylis-swi requested review from a team as code owners August 5, 2026 17:16
Copilot AI review requested due to automatic review settings August 5, 2026 17:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 aims to restore tox-based CI workflows running on pull requests after workflow-trigger changes introduced in PR #795 by adjusting the pull_request trigger configuration in the tox workflows.

Changes:

  • Updates the on.pull_request event filter key in tox workflows.
  • Attempts to control which PR events cause tox workflows to run.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/run_tox_tests.yaml Modifies the pull_request trigger configuration for tox test runs
.github/workflows/run_tox_ruff_format.yaml Modifies the pull_request trigger configuration for tox ruff formatting checks
.github/workflows/run_tox_lint_format.yaml Modifies the pull_request trigger configuration for tox lint/format checks

Comment thread .github/workflows/run_tox_tests.yaml Outdated
Comment on lines +14 to +15
pull_request:
types: [opened, reopened]
type: [opened, reopened]
Comment on lines +14 to +15
pull_request:
types: [opened, reopened]
type: [opened, reopened]
Comment on lines +14 to +15
pull_request:
types: [opened, reopened]
type: [opened, reopened]
This reverts commit 5947965.
@tammy-baylis-swi
tammy-baylis-swi deleted the NH-145357-fix-cicd-tox branch August 5, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants