Skip to content

stop triggering duplicate unit tests on PRs - #4279

Open
clairep94 wants to merge 1 commit into
processing:developfrom
clairep94:clairep/stop_duplicate_unit_test_trigger
Open

stop triggering duplicate unit tests on PRs#4279
clairep94 wants to merge 1 commit into
processing:developfrom
clairep94:clairep/stop_duplicate_unit_test_trigger

Conversation

@clairep94

@clairep94 clairep94 commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Issue:

Fixes #

  • current setup makes it so that every time we open a PR, it triggers 2 runs of the unit test workflow
  • this updates so that:
    • opening a PR to any branch triggers a single unit test run
    • updating a PR to any branch triggers a single unit test run
    • pushing to develop triggers a single unit test run
    • pushing to release triggers a single unit test run

Demo:

Before - 2 unit tests:
Screenshot 2026-09-01 at 17 09 32

After - 1 unit test:
Screenshot 2026-09-01 at 17 09 48

Changes:

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

@clairep94 clairep94 changed the title stop triggering duplicate unit tests on pushes to PRs stop triggering duplicate unit tests on PRs Sep 1, 2026
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.

2 participants