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
A while back I added fkirc/skip-duplicate-actions because GitHub's way of preventing unnecessary workflow runs does not play well with required actions.
However, it seems that PR workflows are not being skipped when you branch off main while a workflow is still running for code that was just checked in. This is a known limitation: fkirc/skip-duplicate-actions#122
If you want to take advantage of skipping workflows when opening a PR, make sure to branch off a commits for which the workflows already ran.
Maybe it's worth it to look into another solution for preventing unneeded workflow runs though.
The text was updated successfully, but these errors were encountered:
A while back I added
fkirc/skip-duplicate-actions
because GitHub's way of preventing unnecessary workflow runs does not play well with required actions.However, it seems that PR workflows are not being skipped when you branch off main while a workflow is still running for code that was just checked in. This is a known limitation: fkirc/skip-duplicate-actions#122
If you want to take advantage of skipping workflows when opening a PR, make sure to branch off a commits for which the workflows already ran.
Maybe it's worth it to look into another solution for preventing unneeded workflow runs though.
The text was updated successfully, but these errors were encountered: