Cancel previous jobs run if dev pushes again
Description
For the moment when we open a PR we trigger a set of jobs to be run. If a new push is made, there would be 2 sets of jobs that are running in parallel, but we should cancel the previous one and leave only the new one to run.
Are you interested in working on this improvement yourself?
- Yes, I am.
Additional Context
There might exist a GA that already does this. Syft might already have this functionality.
Is this a good possible solution to this issue?

Could you try to push 2 times in this job, you should have the first push canceled if this works
@gmuraru , yes, it works. Just creating a PR on main!
Hello @gmuraru , is this issue still open? If so, I would like to pick it up