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
So that we don't waste time to verify a previous commit - what we're interested in is the latest view.
Add the following snippet to kvrocks.yaml:
kvrocks.yaml
concurrency: group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true
See also https://github.com/apache/pulsar/blob/b23689930e3af65cfc913e2890164a071acda440/.github/workflows/pulsar-ci.yaml#L29-L31.
The text was updated successfully, but these errors were encountered:
For more information about GitHub Actions settings, see also https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
Sorry, something went wrong.
Let me take this issue.
Ideally, this will be my first contribution to Apache project.
@Xuanwo Thanks!
I'll assign to you. Go ahead!
I love this feature!
Xuanwo
Successfully merging a pull request may close this issue.
Search before asking
Motivation
So that we don't waste time to verify a previous commit - what we're interested in is the latest view.
Solution
Add the following snippet to
kvrocks.yaml
:See also https://github.com/apache/pulsar/blob/b23689930e3af65cfc913e2890164a071acda440/.github/workflows/pulsar-ci.yaml#L29-L31.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: