-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Fork-based setup seems to cancel itself and not the target workflows #139
Comments
The See the README.md for example usage. |
@styfle I'm using a fork based setup so in my case the |
That feature was added in #55 and looks like its untested. You could try using this example instead: https://github.com/vercel/next.js/blob/canary/.github/workflows/cancel.yml |
@styfle I guess we can consider it now tested - and failed :) I can try using |
I think |
@styfle could you explain it a bit? I'm not sure what you mean because I am looking for a solution to cancelling workflows when PRs are landing both from forks and from internal branches. |
Looks like someone linked an issue with an example: |
I have a setup based on
workflow_run
. You can see it here. For whatever reason, when running, the job seems to cancel itself as opposed to the workflow that triggered it. My setup seems to be very simple so I'm wondering if I'm missing something obvious/fundamental.The text was updated successfully, but these errors were encountered: