You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently use a workflow to create deployment previews for Pull requests.
To avoid errors and other potential issues would I like to setup concurrency and was wondering if the following behaviour is possible:
PR 2 triggers a new workflow run while an active workflow run for PR 1 exist -> Make Workflow run pending and start once active workflow run comcludet.
PR 1 triggers a new workflow run while it already has an active workflow run (Including queued ones) -> Cancel currently active/queued run for PR and start/queue new run for it.
If that isn't possible is it not a big deal and I'll stick with the default behaviour of queueing runs for same group.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I currently use a workflow to create deployment previews for Pull requests.
To avoid errors and other potential issues would I like to setup concurrency and was wondering if the following behaviour is possible:
If that isn't possible is it not a big deal and I'll stick with the default behaviour of queueing runs for same group.
Beta Was this translation helpful? Give feedback.
All reactions