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
To lessen the workload for workflows, we should cancel previous workflow runs when they are triggered by a new push.
Update the unit, integration and minimum workflows to cancel previous runs on a new push as we do on SDV: https://github.com/sdv-dev/SDV/blob/10d40fc67c8ba3170b3d2aac4fb3fe43d5f6e714/.github/workflows/integration.yml#L8
unit
integration
minimum
The text was updated successfully, but these errors were encountered:
R-Palazzo
Successfully merging a pull request may close this issue.
Problem Description
To lessen the workload for workflows, we should cancel previous workflow runs when they are triggered by a new push.
Expected behavior
Update the
unit
,integration
andminimum
workflows to cancel previous runs on a new push as we do on SDV:https://github.com/sdv-dev/SDV/blob/10d40fc67c8ba3170b3d2aac4fb3fe43d5f6e714/.github/workflows/integration.yml#L8
The text was updated successfully, but these errors were encountered: