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

Fix for #3851 -- cancel old actions if a commit comes along #3853

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Fix for #3851 -- cancel old actions if a commit comes along #3853

merged 1 commit into from
Nov 29, 2023

Conversation

kaby76
Copy link
Contributor

@kaby76 kaby76 commented Nov 27, 2023

This is a fix for #3851 -- add cancel-in-progress flag to the Github Actions build. This is already done for the main antlr4 repo, where build times can be quite lengthy. This allows a build to be canceled if another commit is pushed right away after discovering a build issue, instead of waiting for the rest of the jobs to complete for the PR.

@kaby76 kaby76 changed the title Fix for #3851 -- cancel old actions if a new commit for a PR comes along Fix for #3851 -- cancel old actions if a commit comes along Nov 27, 2023
@kaby76 kaby76 marked this pull request as draft November 27, 2023 19:34
@kaby76 kaby76 marked this pull request as ready for review November 29, 2023 15:57
@teverett
Copy link
Member

@kaby76 thanks!

@teverett teverett merged commit 694dff7 into antlr:master Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants