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

Version 3.1.0 #52

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Version 3.1.0 #52

merged 1 commit into from
Sep 30, 2023

Conversation

BuonOmo
Copy link
Member

@BuonOmo BuonOmo commented Sep 30, 2023

No description provided.

pull_request:
# Allow running manually the CI workflow.
workflow_dispatch:

# This allows a subsequently queued workflow run to interrupt previous runs.
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
group: '${{ github.workflow }} @ ${{ github.ref }}'
Copy link
Member Author

Choose a reason for hiding this comment

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

I think we should do that more. It is taken from homebrew-core repo and the idea is basically to avoid running many times the same job, the github ref being sufficient to know that we don't run this job another way

Copy link
Member

@keithdoggett keithdoggett left a comment

Choose a reason for hiding this comment

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

LGTM thanks!

@BuonOmo BuonOmo merged commit 5b02363 into main Sep 30, 2023
@BuonOmo BuonOmo deleted the prepare-3-1-0 branch September 30, 2023 18:32
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