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

GH Actions: fix build cancelling #36

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Feb 4, 2022

Fixes a wrong variable which would cause all builds branched off from the same branch master to be cancelled whenever a new branch was pushed, while the build cancelling should only act on a new push for the actual branch pushed.

Fixes a wrong variable which would cause all builds branched off from the same branch `master` to be cancelled whenever a new branch was pushed, while the build cancelling should only act on a new push for the _actual_ branch pushed.
@jrfnl jrfnl added this to the 1.0.0 milestone Feb 4, 2022
@jrfnl jrfnl requested a review from grogy February 4, 2022 11:49
@grogy grogy merged commit d40f627 into master Feb 4, 2022
@jrfnl jrfnl deleted the feature/ghactions-fix-branch-cancelling branch February 4, 2022 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants