-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Cancellation of previous workflow runs with GH Actions #622
Labels
bug
Something isn't working
Comments
llaville
added a commit
to llaville/phpunit-LoggerTestListener
that referenced
this issue
Sep 1, 2021
llaville
added a commit
to llaville/php-compatinfo-db
that referenced
this issue
Sep 1, 2021
llaville
added a commit
to llaville/docker-php-toolbox
that referenced
this issue
Sep 1, 2021
This issue has been automatically marked as stale because it has not had recent activity. If you think this issue should stay open, please remove the |
github-actions
bot
added
the
O: stale 🤖
This issue or pull request is stale, it will be closed if there is no activity
label
Sep 5, 2021
Not stale, to check |
github-actions
bot
removed
the
O: stale 🤖
This issue or pull request is stale, it will be closed if there is no activity
label
Sep 5, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The example workflow for GitHub actions contains the following section:
The intention behind this seems to be to cancel previous workflow runs when a push on the same branch occurs. However, the default behavior of fkirc/skip-duplicate-actions was changed in fkirc/skip-duplicate-actions#93 and the section
#option-3-cancellation-only
mentioned in the comment was subsequently removed in fkirc/skip-duplicate-actions#94. Now it is necessary to specifically set the optioncancel_others
, otherwise previous workflows run until completion.It might be advisable to fix this dependency to a specific version (at least major + minor), since they introduce breaking changes with minor version updates.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Previous workflow runs should be cancelled when new pushes to the branch occur.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: