Skip unnecessary workflows to save resources 🌳 #66
Labels
github_actions
Pull requests that update GitHub Actions code
quality
Improve quality and reliability of software via refactoring, complexity-minimisation, etc.
Almost always the test workflow is run twice on the same code - once during the PR review - and a second time after the merge into master.
This is unnecessary and puts extra costs to GitHub and other computing resources.
I would like to add and use Skip Duplicate Actions in places, where the same code is tested multiple times.
We are interested in the following non-exhaustive changes:
The text was updated successfully, but these errors were encountered: