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

Deny Clippy warnings and properly cancel previous runs of same workflow when commits are added #2912

Merged
merged 5 commits into from
Nov 30, 2022

Conversation

romac
Copy link
Member

@romac romac commented Nov 30, 2022

This setting cancels the previous runs of this workflow when a new commit is added to the PR, branch or tag:

concurrency:
  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
  cancel-in-progress: true

@romac romac changed the title Deny Clippy warnings Deny Clippy warnings and properly cancel previous runs of same workflow when commits are added Nov 30, 2022
Copy link
Contributor

@mzabaluev mzabaluev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

.github/workflows/cargo-doc.yaml Show resolved Hide resolved
@romac romac merged commit 6d747df into master Nov 30, 2022
@romac romac deleted the romac/clippy-errors branch November 30, 2022 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants