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
When a new pull request is created the test suite is run twice:
The test suite is run only once when the following happens:
The text was updated successfully, but these errors were encountered:
Actually, Linting also suffers from the same thing
Sorry, something went wrong.
Config GitHub actions to avoid double triggering #271
26478c0
References: #271 Lint and tests will now run when: - A PR is created, updated, reopened... - A push event happens on the master branch
Merge pull request #272 from aiven/run-lint-and-tests-once-per-pr
f85a697
Config GitHub actions to avoid double triggering #271 #272
No branches or pull requests
What happened?
When a new pull request is created the test suite is run twice:
What did you expect to happen?
The test suite is run only once when the following happens:
The text was updated successfully, but these errors were encountered: