We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
c.f. https://github.com/orgs/community/discussions/26940
Sorry, something went wrong.
Fix for #2820 (#2830)
60006d5
Make sure tests only run when push to master and pull request to master
Fix for tardis-sn#2820 (tardis-sn#2830)
1a3da95
KasukabeDefenceForce
Successfully merging a pull request may close this issue.
The test workflow is set up as
which duplicates actions across pushes and PR opens. It would be better set up following our other checks to reduce duplication.
The text was updated successfully, but these errors were encountered: