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

Test workflow duplicates test runs #2820

Open
andrewfullard opened this issue Sep 11, 2024 · 1 comment
Open

Test workflow duplicates test runs #2820

andrewfullard opened this issue Sep 11, 2024 · 1 comment
Assignees

Comments

@andrewfullard
Copy link
Contributor

The test workflow is set up as

on:
  push:
    branches:
      - "*"
  pull_request:
    branches:
      - "*"

which duplicates actions across pushes and PR opens. It would be better set up following our other checks to reduce duplication.

@andrewfullard
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants