Replies: 1 comment
-
I have the same issue and I explicitly set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
I have two workflows:
I have the concurrency set for these two workflows as:
Expectation:
If I close a PR whilst the open PR workflow is still running that the pr-close workflow will queue waiting for the pr-open workflow to finish. The docs say that cancel-in-progress can be set to true to cancel the in progress workflow but as you can see from the files above that is not set.
Reality:
I did see the pr-close workflow queue but half way through executing the pr-open workflow I get the following error:
Here is said workflow run: https://github.com/samkio/repo-sandbox/actions/runs/3113039501/jobs/5047171471
And the queued workflow: https://github.com/samkio/repo-sandbox/actions/runs/3113040053
Am I doing something wrong or is this a bug when using concurrency? I do not expect my pr-open workflow to get a SIGTERM!
Beta Was this translation helpful? Give feedback.
All reactions