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

Closed
andrewfullard opened this issue Sep 11, 2024 · 1 comment · Fixed by #2830
Closed

Test workflow duplicates test runs #2820

andrewfullard opened this issue Sep 11, 2024 · 1 comment · Fixed by #2830
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

@atharva-2001 atharva-2001 linked a pull request Sep 30, 2024 that will close this issue
6 tasks
andrewfullard pushed a commit that referenced this issue Sep 30, 2024
Make sure tests only run when push to master and pull request to master
CePowers pushed a commit to CePowers/tardis that referenced this issue Oct 1, 2024
Make sure tests only run when push to master and pull request to master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants