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

ci: Prevent concurrent CI runs #515

Merged
merged 2 commits into from
May 13, 2023

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented May 13, 2023

New Pull Request Checklist

Issue Description

CI workflows can run concurrently when a new commit is pushed on a PR. This uses GitHub Action resources unnecessarily.

Approach

Cancel any currently running workflows from previous PR commits.

@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title ci: prevent concurrent CI runs for same PR ci: Prevent concurrent CI runs for same PR May 13, 2023
@parse-github-assistant
Copy link

parse-github-assistant bot commented May 13, 2023

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

@mtrezza mtrezza changed the title ci: Prevent concurrent CI runs for same PR ci: Prevent concurrent CI runs May 13, 2023
@mtrezza mtrezza merged commit 2d1eea5 into parse-community:master May 13, 2023
@mtrezza mtrezza deleted the ci-prevent-concurrency branch May 13, 2023 12:39
@parseplatformorg
Copy link

🎉 This change has been released in version 2.3.1

@parseplatformorg parseplatformorg added the state:released Released as stable version Edit label May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version Edit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants